Shades of Dingley #5F754A
Tints of Dingley #5F754A
RGB
CMYK
RGB Variations
Color information
#5F754A (or 0x5F754A) is known color: Dingley. HEX triplet: 5F, 75 and 4A. RGB value is (95,117,74). Sum of RGB (Red+Green+Blue) = 95+117+74=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #5F754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F754A is #A08AB5. Grayscale: #696969. Windows color (decimal): -10521270 or 4879711. OLE color: 4879711.
HSL color Cylindrical-coordinate representation of color #5F754A: hue angle of 90.7º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F754A is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 74 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.54 |
| HSL | 90.7º | 0.23% | 0.37% | - |
| HSV(B) | 90.7º | 0.37% | 0.46% | - |
| XYZ | 12.32 | 15.65 | 8.85 | - |
| YUV | 105.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 74 | 0.19 | 0 | 0.37 | 0.54 | 90.7 | 0.23 | 0.37 |
| Hex | 5F | 75 | 4A | 13 | 0 | 25 | 36 | 5B | 17 | 25 |
| Octal | 137 | 165 | 112 | 23 | 0 | 45 | 66 | 133 | 27 | 45 |
| Binary | 1011111 | 1110101 | 1001010 | 10011 | 0 | 100101 | 110110 | 1011011 | 10111 | 100101 |
Color Harmonies of #5F754A
Complementary color
Monochromatic Colors of #5F754A
Black with #5F754A
Text Example
Text Example
White with #5F754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F754A; }
p { color: rgb(95,117,74); }
H1.HeaderClassName
{
color: #5F754A;
}
.AnyTagClassName
{
color: #5F754A;
}
</style>
background-color css
<style>
a { background-color: #5F754A; }
a { background-color: rgb(95,117,74); }
div.DivClassName
{
background-color: #5F754A;
}
.BgClassName
{
background-color: #5F754A;
}
</style>
border-color css
<style>
span { border-color: #5F754A; }
span { border-color: rgb(95,117,74); }
td.TdClassName
{
border-color: #5F754A;
}
.TagClassName
{
border-color: #5F754A;
}
</style>