Shades of Dingley #67774C
Tints of Dingley #67774C
RGB
CMYK
RGB Variations
Color information
#67774C (or 0x67774C) is known color: Dingley. HEX triplet: 67, 77 and 4C. RGB value is (103,119,76). Sum of RGB (Red+Green+Blue) = 103+119+76=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #67774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67774C is #9888B3. Grayscale: #6D6D6D. Windows color (decimal): -9996468 or 5011303. OLE color: 5011303.
HSL color Cylindrical-coordinate representation of color #67774C: hue angle of 82.33º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67774C is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 119 | 76 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.53 |
| HSL | 82.33º | 0.22% | 0.38% | - |
| HSV(B) | 82.33º | 0.36% | 0.47% | - |
| XYZ | 13.49 | 16.6 | 9.33 | - |
| YUV | 109.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 76 | 0.13 | 0 | 0.36 | 0.53 | 82.33 | 0.22 | 0.38 |
| Hex | 67 | 77 | 4C | D | 0 | 24 | 35 | 52 | 16 | 26 |
| Octal | 147 | 167 | 114 | 15 | 0 | 44 | 65 | 122 | 26 | 46 |
| Binary | 1100111 | 1110111 | 1001100 | 1101 | 0 | 100100 | 110101 | 1010010 | 10110 | 100110 |
Color Harmonies of #67774C
Complementary color
Monochromatic Colors of #67774C
Black with #67774C
Text Example
Text Example
White with #67774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67774C; }
p { color: rgb(103,119,76); }
H1.HeaderClassName
{
color: #67774C;
}
.AnyTagClassName
{
color: #67774C;
}
</style>
background-color css
<style>
a { background-color: #67774C; }
a { background-color: rgb(103,119,76); }
div.DivClassName
{
background-color: #67774C;
}
.BgClassName
{
background-color: #67774C;
}
</style>
border-color css
<style>
span { border-color: #67774C; }
span { border-color: rgb(103,119,76); }
td.TdClassName
{
border-color: #67774C;
}
.TagClassName
{
border-color: #67774C;
}
</style>