Shades of Davy's Grey #758B77
Tints of Davy's Grey #758B77
RGB
CMYK
RGB Variations
Color information
#758B77 (or 0x758B77) is known color: Davy's Grey. HEX triplet: 75, 8B and 77. RGB value is (117,139,119). Sum of RGB (Red+Green+Blue) = 117+139+119=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #758B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B77 is #8A7488. Grayscale: #828282. Windows color (decimal): -9073801 or 7834485. OLE color: 7834485.
HSL color Cylindrical-coordinate representation of color #758B77: hue angle of 125.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758B77 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 119 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.45 |
| HSL | 125.45º | 0.09% | 0.5% | - |
| HSV(B) | 125.45º | 0.16% | 0.55% | - |
| XYZ | 19.9 | 23.58 | 20.96 | - |
| YUV | 130.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 119 | 0.16 | 0 | 0.14 | 0.45 | 125.45 | 0.09 | 0.5 |
| Hex | 75 | 8B | 77 | 10 | 0 | E | 2D | 7D | 9 | 32 |
| Octal | 165 | 213 | 167 | 20 | 0 | 16 | 55 | 175 | 11 | 62 |
| Binary | 1110101 | 10001011 | 1110111 | 10000 | 0 | 1110 | 101101 | 1111101 | 1001 | 110010 |
Color Harmonies of #758B77
Complementary color
Monochromatic Colors of #758B77
Black with #758B77
Text Example
Text Example
White with #758B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B77; }
p { color: rgb(117,139,119); }
H1.HeaderClassName
{
color: #758B77;
}
.AnyTagClassName
{
color: #758B77;
}
</style>
background-color css
<style>
a { background-color: #758B77; }
a { background-color: rgb(117,139,119); }
div.DivClassName
{
background-color: #758B77;
}
.BgClassName
{
background-color: #758B77;
}
</style>
border-color css
<style>
span { border-color: #758B77; }
span { border-color: rgb(117,139,119); }
td.TdClassName
{
border-color: #758B77;
}
.TagClassName
{
border-color: #758B77;
}
</style>