Shades of Dingley #68774D
Tints of Dingley #68774D
RGB
CMYK
RGB Variations
Color information
#68774D (or 0x68774D) is known color: Dingley. HEX triplet: 68, 77 and 4D. RGB value is (104,119,77). Sum of RGB (Red+Green+Blue) = 104+119+77=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #68774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68774D is #9788B2. Grayscale: #6D6D6D. Windows color (decimal): -9930931 or 5076840. OLE color: 5076840.
HSL color Cylindrical-coordinate representation of color #68774D: hue angle of 81.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68774D is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 77 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.53 |
| HSL | 81.43º | 0.21% | 0.38% | - |
| HSV(B) | 81.43º | 0.35% | 0.47% | - |
| XYZ | 13.65 | 16.67 | 9.52 | - |
| YUV | 109.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 77 | 0.13 | 0 | 0.35 | 0.53 | 81.43 | 0.21 | 0.38 |
| Hex | 68 | 77 | 4D | D | 0 | 23 | 35 | 51 | 15 | 26 |
| Octal | 150 | 167 | 115 | 15 | 0 | 43 | 65 | 121 | 25 | 46 |
| Binary | 1101000 | 1110111 | 1001101 | 1101 | 0 | 100011 | 110101 | 1010001 | 10101 | 100110 |
Color Harmonies of #68774D
Complementary color
Monochromatic Colors of #68774D
Black with #68774D
Text Example
Text Example
White with #68774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68774D; }
p { color: rgb(104,119,77); }
H1.HeaderClassName
{
color: #68774D;
}
.AnyTagClassName
{
color: #68774D;
}
</style>
background-color css
<style>
a { background-color: #68774D; }
a { background-color: rgb(104,119,77); }
div.DivClassName
{
background-color: #68774D;
}
.BgClassName
{
background-color: #68774D;
}
</style>
border-color css
<style>
span { border-color: #68774D; }
span { border-color: rgb(104,119,77); }
td.TdClassName
{
border-color: #68774D;
}
.TagClassName
{
border-color: #68774D;
}
</style>