Shades of Dingley #677A4A
Tints of Dingley #677A4A
RGB
CMYK
RGB Variations
Color information
#677A4A (or 0x677A4A) is known color: Dingley. HEX triplet: 67, 7A and 4A. RGB value is (103,122,74). Sum of RGB (Red+Green+Blue) = 103+122+74=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #677A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677A4A is #9885B5. Grayscale: #6F6F6F. Windows color (decimal): -9995702 or 4880999. OLE color: 4880999.
HSL color Cylindrical-coordinate representation of color #677A4A: hue angle of 83.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #677A4A is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 74 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.52 |
| HSL | 83.75º | 0.24% | 0.38% | - |
| HSV(B) | 83.75º | 0.39% | 0.48% | - |
| XYZ | 13.79 | 17.3 | 9.09 | - |
| YUV | 110.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 74 | 0.16 | 0 | 0.39 | 0.52 | 83.75 | 0.24 | 0.38 |
| Hex | 67 | 7A | 4A | 10 | 0 | 27 | 34 | 54 | 18 | 26 |
| Octal | 147 | 172 | 112 | 20 | 0 | 47 | 64 | 124 | 30 | 46 |
| Binary | 1100111 | 1111010 | 1001010 | 10000 | 0 | 100111 | 110100 | 1010100 | 11000 | 100110 |
Color Harmonies of #677A4A
Complementary color
Monochromatic Colors of #677A4A
Black with #677A4A
Text Example
Text Example
White with #677A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A4A; }
p { color: rgb(103,122,74); }
H1.HeaderClassName
{
color: #677A4A;
}
.AnyTagClassName
{
color: #677A4A;
}
</style>
background-color css
<style>
a { background-color: #677A4A; }
a { background-color: rgb(103,122,74); }
div.DivClassName
{
background-color: #677A4A;
}
.BgClassName
{
background-color: #677A4A;
}
</style>
border-color css
<style>
span { border-color: #677A4A; }
span { border-color: rgb(103,122,74); }
td.TdClassName
{
border-color: #677A4A;
}
.TagClassName
{
border-color: #677A4A;
}
</style>