Shades of Dingley #5F754D
Tints of Dingley #5F754D
RGB
CMYK
RGB Variations
Color information
#5F754D (or 0x5F754D) is known color: Dingley. HEX triplet: 5F, 75 and 4D. RGB value is (95,117,77). Sum of RGB (Red+Green+Blue) = 95+117+77=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #5F754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F754D is #A08AB2. Grayscale: #6A6A6A. Windows color (decimal): -10521267 or 5076319. OLE color: 5076319.
HSL color Cylindrical-coordinate representation of color #5F754D: hue angle of 93º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F754D is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 77 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.54 |
| HSL | 93º | 0.21% | 0.38% | - |
| HSV(B) | 93º | 0.34% | 0.46% | - |
| XYZ | 12.42 | 15.69 | 9.4 | - |
| YUV | 105.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 77 | 0.19 | 0 | 0.34 | 0.54 | 93 | 0.21 | 0.38 |
| Hex | 5F | 75 | 4D | 13 | 0 | 22 | 36 | 5D | 15 | 26 |
| Octal | 137 | 165 | 115 | 23 | 0 | 42 | 66 | 135 | 25 | 46 |
| Binary | 1011111 | 1110101 | 1001101 | 10011 | 0 | 100010 | 110110 | 1011101 | 10101 | 100110 |
Color Harmonies of #5F754D
Complementary color
Monochromatic Colors of #5F754D
Black with #5F754D
Text Example
Text Example
White with #5F754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F754D; }
p { color: rgb(95,117,77); }
H1.HeaderClassName
{
color: #5F754D;
}
.AnyTagClassName
{
color: #5F754D;
}
</style>
background-color css
<style>
a { background-color: #5F754D; }
a { background-color: rgb(95,117,77); }
div.DivClassName
{
background-color: #5F754D;
}
.BgClassName
{
background-color: #5F754D;
}
</style>
border-color css
<style>
span { border-color: #5F754D; }
span { border-color: rgb(95,117,77); }
td.TdClassName
{
border-color: #5F754D;
}
.TagClassName
{
border-color: #5F754D;
}
</style>