Shades of Dingley #677D4E
Tints of Dingley #677D4E
RGB
CMYK
RGB Variations
Color information
#677D4E (or 0x677D4E) is known color: Dingley. HEX triplet: 67, 7D and 4E. RGB value is (103,125,78). Sum of RGB (Red+Green+Blue) = 103+125+78=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 125 - color contains mainly: green. Hex color #677D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677D4E is #9882B1. Grayscale: #717171. Windows color (decimal): -9994930 or 5143911. OLE color: 5143911.
HSL color Cylindrical-coordinate representation of color #677D4E: hue angle of 88.09º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #677D4E is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 125 | 78 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.51 |
| HSL | 88.09º | 0.23% | 0.4% | - |
| HSV(B) | 88.09º | 0.38% | 0.49% | - |
| XYZ | 14.3 | 18.1 | 9.95 | - |
| YUV | 113.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 78 | 0.18 | 0 | 0.38 | 0.51 | 88.09 | 0.23 | 0.4 |
| Hex | 67 | 7D | 4E | 12 | 0 | 26 | 33 | 58 | 17 | 28 |
| Octal | 147 | 175 | 116 | 22 | 0 | 46 | 63 | 130 | 27 | 50 |
| Binary | 1100111 | 1111101 | 1001110 | 10010 | 0 | 100110 | 110011 | 1011000 | 10111 | 101000 |
Color Harmonies of #677D4E
Complementary color
Monochromatic Colors of #677D4E
Black with #677D4E
Text Example
Text Example
White with #677D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D4E; }
p { color: rgb(103,125,78); }
H1.HeaderClassName
{
color: #677D4E;
}
.AnyTagClassName
{
color: #677D4E;
}
</style>
background-color css
<style>
a { background-color: #677D4E; }
a { background-color: rgb(103,125,78); }
div.DivClassName
{
background-color: #677D4E;
}
.BgClassName
{
background-color: #677D4E;
}
</style>
border-color css
<style>
span { border-color: #677D4E; }
span { border-color: rgb(103,125,78); }
td.TdClassName
{
border-color: #677D4E;
}
.TagClassName
{
border-color: #677D4E;
}
</style>