Shades of Dingley #68774B
Tints of Dingley #68774B
RGB
CMYK
RGB Variations
Color information
#68774B (or 0x68774B) is known color: Dingley. HEX triplet: 68, 77 and 4B. RGB value is (104,119,75). Sum of RGB (Red+Green+Blue) = 104+119+75=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #68774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68774B is #9788B4. Grayscale: #6D6D6D. Windows color (decimal): -9930933 or 4945768. OLE color: 4945768.
HSL color Cylindrical-coordinate representation of color #68774B: hue angle of 80.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68774B is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 75 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.53 |
| HSL | 80.45º | 0.23% | 0.38% | - |
| HSV(B) | 80.45º | 0.37% | 0.47% | - |
| XYZ | 13.58 | 16.64 | 9.15 | - |
| YUV | 109.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 75 | 0.13 | 0 | 0.37 | 0.53 | 80.45 | 0.23 | 0.38 |
| Hex | 68 | 77 | 4B | D | 0 | 25 | 35 | 50 | 17 | 26 |
| Octal | 150 | 167 | 113 | 15 | 0 | 45 | 65 | 120 | 27 | 46 |
| Binary | 1101000 | 1110111 | 1001011 | 1101 | 0 | 100101 | 110101 | 1010000 | 10111 | 100110 |
Color Harmonies of #68774B
Complementary color
Monochromatic Colors of #68774B
Black with #68774B
Text Example
Text Example
White with #68774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68774B; }
p { color: rgb(104,119,75); }
H1.HeaderClassName
{
color: #68774B;
}
.AnyTagClassName
{
color: #68774B;
}
</style>
background-color css
<style>
a { background-color: #68774B; }
a { background-color: rgb(104,119,75); }
div.DivClassName
{
background-color: #68774B;
}
.BgClassName
{
background-color: #68774B;
}
</style>
border-color css
<style>
span { border-color: #68774B; }
span { border-color: rgb(104,119,75); }
td.TdClassName
{
border-color: #68774B;
}
.TagClassName
{
border-color: #68774B;
}
</style>