Shades of Davy's Grey #7D8C7B
Tints of Davy's Grey #7D8C7B
RGB
CMYK
RGB Variations
Color information
#7D8C7B (or 0x7D8C7B) is known color: Davy's Grey. HEX triplet: 7D, 8C and 7B. RGB value is (125,140,123). Sum of RGB (Red+Green+Blue) = 125+140+123=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8C7B is #827384. Grayscale: #858585. Windows color (decimal): -8549253 or 8096893. OLE color: 8096893.
HSL color Cylindrical-coordinate representation of color #7D8C7B: hue angle of 112.94º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D8C7B is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 140 | 123 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.45 |
| HSL | 112.94º | 0.07% | 0.52% | - |
| HSV(B) | 112.94º | 0.12% | 0.55% | - |
| XYZ | 21.41 | 24.55 | 22.35 | - |
| YUV | 133.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 123 | 0.11 | 0 | 0.12 | 0.45 | 112.94 | 0.07 | 0.52 |
| Hex | 7D | 8C | 7B | B | 0 | C | 2D | 71 | 7 | 34 |
| Octal | 175 | 214 | 173 | 13 | 0 | 14 | 55 | 161 | 7 | 64 |
| Binary | 1111101 | 10001100 | 1111011 | 1011 | 0 | 1100 | 101101 | 1110001 | 111 | 110100 |
Color Harmonies of #7D8C7B
Complementary color
Monochromatic Colors of #7D8C7B
Black with #7D8C7B
Text Example
Text Example
White with #7D8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8C7B; }
p { color: rgb(125,140,123); }
H1.HeaderClassName
{
color: #7D8C7B;
}
.AnyTagClassName
{
color: #7D8C7B;
}
</style>
background-color css
<style>
a { background-color: #7D8C7B; }
a { background-color: rgb(125,140,123); }
div.DivClassName
{
background-color: #7D8C7B;
}
.BgClassName
{
background-color: #7D8C7B;
}
</style>
border-color css
<style>
span { border-color: #7D8C7B; }
span { border-color: rgb(125,140,123); }
td.TdClassName
{
border-color: #7D8C7B;
}
.TagClassName
{
border-color: #7D8C7B;
}
</style>