Shades of Dingley #60764E
Tints of Dingley #60764E
RGB
CMYK
RGB Variations
Color information
#60764E (or 0x60764E) is known color: Dingley. HEX triplet: 60, 76 and 4E. RGB value is (96,118,78). Sum of RGB (Red+Green+Blue) = 96+118+78=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #60764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60764E is #9F89B1. Grayscale: #6A6A6A. Windows color (decimal): -10455474 or 5142112. OLE color: 5142112.
HSL color Cylindrical-coordinate representation of color #60764E: hue angle of 93º degrees, saturation: 0.2, 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 #60764E is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 78 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.54 |
| HSL | 93º | 0.2% | 0.38% | - |
| HSV(B) | 93º | 0.34% | 0.46% | - |
| XYZ | 12.68 | 15.99 | 9.63 | - |
| YUV | 106.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 78 | 0.19 | 0 | 0.34 | 0.54 | 93 | 0.2 | 0.38 |
| Hex | 60 | 76 | 4E | 13 | 0 | 22 | 36 | 5D | 14 | 26 |
| Octal | 140 | 166 | 116 | 23 | 0 | 42 | 66 | 135 | 24 | 46 |
| Binary | 1100000 | 1110110 | 1001110 | 10011 | 0 | 100010 | 110110 | 1011101 | 10100 | 100110 |
Color Harmonies of #60764E
Complementary color
Monochromatic Colors of #60764E
Black with #60764E
Text Example
Text Example
White with #60764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60764E; }
p { color: rgb(96,118,78); }
H1.HeaderClassName
{
color: #60764E;
}
.AnyTagClassName
{
color: #60764E;
}
</style>
background-color css
<style>
a { background-color: #60764E; }
a { background-color: rgb(96,118,78); }
div.DivClassName
{
background-color: #60764E;
}
.BgClassName
{
background-color: #60764E;
}
</style>
border-color css
<style>
span { border-color: #60764E; }
span { border-color: rgb(96,118,78); }
td.TdClassName
{
border-color: #60764E;
}
.TagClassName
{
border-color: #60764E;
}
</style>