Shades of Dingley #5F744C
Tints of Dingley #5F744C
RGB
CMYK
RGB Variations
Color information
#5F744C (or 0x5F744C) is known color: Dingley. HEX triplet: 5F, 74 and 4C. RGB value is (95,116,76). Sum of RGB (Red+Green+Blue) = 95+116+76=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #5F744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F744C is #A08BB3. Grayscale: #696969. Windows color (decimal): -10521524 or 5010527. OLE color: 5010527.
HSL color Cylindrical-coordinate representation of color #5F744C: hue angle of 91.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F744C is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 116 | 76 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.55 |
| HSL | 91.5º | 0.21% | 0.38% | - |
| HSV(B) | 91.5º | 0.34% | 0.45% | - |
| XYZ | 12.27 | 15.45 | 9.17 | - |
| YUV | 105.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 76 | 0.18 | 0 | 0.34 | 0.55 | 91.5 | 0.21 | 0.38 |
| Hex | 5F | 74 | 4C | 12 | 0 | 22 | 37 | 5C | 15 | 26 |
| Octal | 137 | 164 | 114 | 22 | 0 | 42 | 67 | 134 | 25 | 46 |
| Binary | 1011111 | 1110100 | 1001100 | 10010 | 0 | 100010 | 110111 | 1011100 | 10101 | 100110 |
Color Harmonies of #5F744C
Complementary color
Monochromatic Colors of #5F744C
Black with #5F744C
Text Example
Text Example
White with #5F744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F744C; }
p { color: rgb(95,116,76); }
H1.HeaderClassName
{
color: #5F744C;
}
.AnyTagClassName
{
color: #5F744C;
}
</style>
background-color css
<style>
a { background-color: #5F744C; }
a { background-color: rgb(95,116,76); }
div.DivClassName
{
background-color: #5F744C;
}
.BgClassName
{
background-color: #5F744C;
}
</style>
border-color css
<style>
span { border-color: #5F744C; }
span { border-color: rgb(95,116,76); }
td.TdClassName
{
border-color: #5F744C;
}
.TagClassName
{
border-color: #5F744C;
}
</style>