Shades of Dingley #677F52
Tints of Dingley #677F52
RGB
CMYK
RGB Variations
Color information
#677F52 (or 0x677F52) is known color: Dingley. HEX triplet: 67, 7F and 52. RGB value is (103,127,82). Sum of RGB (Red+Green+Blue) = 103+127+82=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 127 - color contains mainly: green. Hex color #677F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F52 is #9880AD. Grayscale: #727272. Windows color (decimal): -9994414 or 5406567. OLE color: 5406567.
HSL color Cylindrical-coordinate representation of color #677F52: hue angle of 92º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #677F52 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 82 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.50 |
| HSL | 92º | 0.22% | 0.41% | - |
| HSV(B) | 92º | 0.35% | 0.5% | - |
| XYZ | 14.71 | 18.67 | 10.81 | - |
| YUV | 114.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 82 | 0.19 | 0 | 0.35 | 0.50 | 92 | 0.22 | 0.41 |
| Hex | 67 | 7F | 52 | 13 | 0 | 23 | 32 | 5C | 16 | 29 |
| Octal | 147 | 177 | 122 | 23 | 0 | 43 | 62 | 134 | 26 | 51 |
| Binary | 1100111 | 1111111 | 1010010 | 10011 | 0 | 100011 | 110010 | 1011100 | 10110 | 101001 |
Color Harmonies of #677F52
Complementary color
Monochromatic Colors of #677F52
Black with #677F52
Text Example
Text Example
White with #677F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F52; }
p { color: rgb(103,127,82); }
H1.HeaderClassName
{
color: #677F52;
}
.AnyTagClassName
{
color: #677F52;
}
</style>
background-color css
<style>
a { background-color: #677F52; }
a { background-color: rgb(103,127,82); }
div.DivClassName
{
background-color: #677F52;
}
.BgClassName
{
background-color: #677F52;
}
</style>
border-color css
<style>
span { border-color: #677F52; }
span { border-color: rgb(103,127,82); }
td.TdClassName
{
border-color: #677F52;
}
.TagClassName
{
border-color: #677F52;
}
</style>