#7d8d83 color RGB value is (7, 216, 216).
#7d8d83 hex color red value is 7, green value is 216, and blue value is 216.
Cylindrical-coordinate representations (HSL) of color #7d8d83
hue: 180,
saturation: 0.94 and lightness: 0.44.
The process color (four-color CMYK) of #7d8d83 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #7d8d83 is #ff9999. Color #7d8d83 contains mainly RED.
Color spaces of #7d8d83 | Value |
---|---|
RGB | 125, 141, 131 |
HSL | 0.4, 0.07, 0.52 |
HSV | 143°, 11°, 55° |
XYZ | 22.08, 25.05, 25.14 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1111101 | 10001101 | 10000011 |
Octal | 175 | 215 | 203 |
Decimal | 125 | 141 | 131 |
Hex | 7D | 8D | 83 |
Shades of #7d8d83
Tints of #7d8d83
.mybgColor {background-color: #7d8d83;} .myforeColor {color: #7d8d83;} .myborderColor {border:3px solid #7d8d83;}
<p style="color:#7d8d83">Text here</p>
This sample text is styled with the font color #7d8d83. 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:#7d8d83">Div content here</div>
<div style="border:3px solid #7d8d83">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125, 141, 131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7d8d83; } .divShadow { -moz-box-shadow: 1px 1px 3px #7d8d83; -webkit-box-shadow: 1px 1px 3px #7d8d83; box-shadow: 1px 1px 3px #7d8d83; }
<p style="text-shadow: 4px 4px 2px rgba(125, 141, 131, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #7d8d83;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #7d8d83;
-webkit-box-shadow: 1px 1px 3px #7d8d83;
box-shadow: 1px 1px 3px #7d8d83;">Div content here</div>