Shades of Davy's Grey #7D907B
Tints of Davy's Grey #7D907B
RGB
CMYK
RGB Variations
Color information
#7D907B (or 0x7D907B) is known color: Davy's Grey. HEX triplet: 7D, 90 and 7B. RGB value is (125,144,123). Sum of RGB (Red+Green+Blue) = 125+144+123=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #7D907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D907B is #826F84. Grayscale: #878787. Windows color (decimal): -8548229 or 8097917. OLE color: 8097917.
HSL color Cylindrical-coordinate representation of color #7D907B: hue angle of 114.29º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D907B is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 123 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.44 |
| HSL | 114.29º | 0.09% | 0.52% | - |
| HSV(B) | 114.29º | 0.15% | 0.56% | - |
| XYZ | 22.01 | 25.74 | 22.55 | - |
| YUV | 135.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 123 | 0.13 | 0 | 0.15 | 0.44 | 114.29 | 0.09 | 0.52 |
| Hex | 7D | 90 | 7B | D | 0 | F | 2C | 72 | 9 | 34 |
| Octal | 175 | 220 | 173 | 15 | 0 | 17 | 54 | 162 | 11 | 64 |
| Binary | 1111101 | 10010000 | 1111011 | 1101 | 0 | 1111 | 101100 | 1110010 | 1001 | 110100 |
Color Harmonies of #7D907B
Complementary color
Monochromatic Colors of #7D907B
Black with #7D907B
Text Example
Text Example
White with #7D907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D907B; }
p { color: rgb(125,144,123); }
H1.HeaderClassName
{
color: #7D907B;
}
.AnyTagClassName
{
color: #7D907B;
}
</style>
background-color css
<style>
a { background-color: #7D907B; }
a { background-color: rgb(125,144,123); }
div.DivClassName
{
background-color: #7D907B;
}
.BgClassName
{
background-color: #7D907B;
}
</style>
border-color css
<style>
span { border-color: #7D907B; }
span { border-color: rgb(125,144,123); }
td.TdClassName
{
border-color: #7D907B;
}
.TagClassName
{
border-color: #7D907B;
}
</style>