Shades of Dingley #67764D
Tints of Dingley #67764D
RGB
CMYK
RGB Variations
Color information
#67764D (or 0x67764D) is known color: Dingley. HEX triplet: 67, 76 and 4D. RGB value is (103,118,77). Sum of RGB (Red+Green+Blue) = 103+118+77=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #67764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67764D is #9889B2. Grayscale: #6C6C6C. Windows color (decimal): -9996723 or 5076583. OLE color: 5076583.
HSL color Cylindrical-coordinate representation of color #67764D: hue angle of 81.95º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67764D is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 77 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.54 |
| HSL | 81.95º | 0.21% | 0.38% | - |
| HSV(B) | 81.95º | 0.35% | 0.46% | - |
| XYZ | 13.41 | 16.38 | 9.48 | - |
| YUV | 108.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 77 | 0.13 | 0 | 0.35 | 0.54 | 81.95 | 0.21 | 0.38 |
| Hex | 67 | 76 | 4D | D | 0 | 23 | 36 | 52 | 15 | 26 |
| Octal | 147 | 166 | 115 | 15 | 0 | 43 | 66 | 122 | 25 | 46 |
| Binary | 1100111 | 1110110 | 1001101 | 1101 | 0 | 100011 | 110110 | 1010010 | 10101 | 100110 |
Color Harmonies of #67764D
Complementary color
Monochromatic Colors of #67764D
Black with #67764D
Text Example
Text Example
White with #67764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67764D; }
p { color: rgb(103,118,77); }
H1.HeaderClassName
{
color: #67764D;
}
.AnyTagClassName
{
color: #67764D;
}
</style>
background-color css
<style>
a { background-color: #67764D; }
a { background-color: rgb(103,118,77); }
div.DivClassName
{
background-color: #67764D;
}
.BgClassName
{
background-color: #67764D;
}
</style>
border-color css
<style>
span { border-color: #67764D; }
span { border-color: rgb(103,118,77); }
td.TdClassName
{
border-color: #67764D;
}
.TagClassName
{
border-color: #67764D;
}
</style>