Shades of Davy's Grey #758F76
Tints of Davy's Grey #758F76
RGB
CMYK
RGB Variations
Color information
#758F76 (or 0x758F76) is known color: Davy's Grey. HEX triplet: 75, 8F and 76. RGB value is (117,143,118). Sum of RGB (Red+Green+Blue) = 117+143+118=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #758F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F76 is #8A7089. Grayscale: #848484. Windows color (decimal): -9072778 or 7769973. OLE color: 7769973.
HSL color Cylindrical-coordinate representation of color #758F76: hue angle of 122.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F76 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 118 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.44 |
| HSL | 122.31º | 0.1% | 0.51% | - |
| HSV(B) | 122.31º | 0.18% | 0.56% | - |
| XYZ | 20.43 | 24.73 | 20.84 | - |
| YUV | 132.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 118 | 0.18 | 0 | 0.17 | 0.44 | 122.31 | 0.1 | 0.51 |
| Hex | 75 | 8F | 76 | 12 | 0 | 11 | 2C | 7A | A | 33 |
| Octal | 165 | 217 | 166 | 22 | 0 | 21 | 54 | 172 | 12 | 63 |
| Binary | 1110101 | 10001111 | 1110110 | 10010 | 0 | 10001 | 101100 | 1111010 | 1010 | 110011 |
Color Harmonies of #758F76
Complementary color
Monochromatic Colors of #758F76
Black with #758F76
Text Example
Text Example
White with #758F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F76; }
p { color: rgb(117,143,118); }
H1.HeaderClassName
{
color: #758F76;
}
.AnyTagClassName
{
color: #758F76;
}
</style>
background-color css
<style>
a { background-color: #758F76; }
a { background-color: rgb(117,143,118); }
div.DivClassName
{
background-color: #758F76;
}
.BgClassName
{
background-color: #758F76;
}
</style>
border-color css
<style>
span { border-color: #758F76; }
span { border-color: rgb(117,143,118); }
td.TdClassName
{
border-color: #758F76;
}
.TagClassName
{
border-color: #758F76;
}
</style>