Shades of Dingley #677A4D
Tints of Dingley #677A4D
RGB
CMYK
RGB Variations
Color information
#677A4D (or 0x677A4D) is known color: Dingley. HEX triplet: 67, 7A and 4D. RGB value is (103,122,77). Sum of RGB (Red+Green+Blue) = 103+122+77=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #677A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A4D is #9885B2. Grayscale: #6F6F6F. Windows color (decimal): -9995699 or 5077607. OLE color: 5077607.
HSL color Cylindrical-coordinate representation of color #677A4D: hue angle of 85.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #677A4D is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 77 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.52 |
| HSL | 85.33º | 0.23% | 0.39% | - |
| HSV(B) | 85.33º | 0.37% | 0.48% | - |
| XYZ | 13.89 | 17.34 | 9.64 | - |
| YUV | 111.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 77 | 0.16 | 0 | 0.37 | 0.52 | 85.33 | 0.23 | 0.39 |
| Hex | 67 | 7A | 4D | 10 | 0 | 25 | 34 | 55 | 17 | 27 |
| Octal | 147 | 172 | 115 | 20 | 0 | 45 | 64 | 125 | 27 | 47 |
| Binary | 1100111 | 1111010 | 1001101 | 10000 | 0 | 100101 | 110100 | 1010101 | 10111 | 100111 |
Color Harmonies of #677A4D
Complementary color
Monochromatic Colors of #677A4D
Black with #677A4D
Text Example
Text Example
White with #677A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A4D; }
p { color: rgb(103,122,77); }
H1.HeaderClassName
{
color: #677A4D;
}
.AnyTagClassName
{
color: #677A4D;
}
</style>
background-color css
<style>
a { background-color: #677A4D; }
a { background-color: rgb(103,122,77); }
div.DivClassName
{
background-color: #677A4D;
}
.BgClassName
{
background-color: #677A4D;
}
</style>
border-color css
<style>
span { border-color: #677A4D; }
span { border-color: rgb(103,122,77); }
td.TdClassName
{
border-color: #677A4D;
}
.TagClassName
{
border-color: #677A4D;
}
</style>