#7d7777 color RGB value is (7, 215, 119).
#7d7777 hex color red value is 7, green value is 215, and blue value is 119.
Cylindrical-coordinate representations (HSL) of color #7d7777
hue: 152.31,
saturation: 0.94 and lightness: 0.44.
The process color (four-color CMYK) of #7d7777 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #7d7777 is #ff9999. Color #7d7777 contains mainly RED.
| Color spaces of #7d7777 | Value |
|---|---|
| RGB | 125, 119, 119 |
| HSL | 0, 0.02, 0.48 |
| HSV | 0°, 5°, 49° |
| XYZ | 18.38, 18.89, 20.13 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1111101 | 1110111 | 1110111 |
| Octal | 175 | 167 | 167 |
| Decimal | 125 | 119 | 119 |
| Hex | 7D | 77 | 77 |
Shades of #7d7777
Tints of #7d7777
.mybgColor {background-color: #7d7777;}
.myforeColor {color: #7d7777;}
.myborderColor {border:3px solid #7d7777;}
<p style="color:#7d7777">Text here</p>
This sample text is styled with the font color #7d7777. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#7d7777">Div content here</div>
<div style="border:3px solid #7d7777">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(125, 119, 119, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #7d7777; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #7d7777;
-webkit-box-shadow: 1px 1px 3px #7d7777;
box-shadow: 1px 1px 3px #7d7777; }
<p style="text-shadow: 4px 4px 2px rgba(125, 119, 119, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #7d7777;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #7d7777;
-webkit-box-shadow: 1px 1px 3px #7d7777;
box-shadow: 1px 1px 3px #7d7777;">Div content here</div>
