Shades of Dingley #62774D
Tints of Dingley #62774D
RGB
CMYK
RGB Variations
Color information
#62774D (or 0x62774D) is known color: Dingley. HEX triplet: 62, 77 and 4D. RGB value is (98,119,77). Sum of RGB (Red+Green+Blue) = 98+119+77=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #62774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62774D is #9D88B2. Grayscale: #6C6C6C. Windows color (decimal): -10324147 or 5076834. OLE color: 5076834.
HSL color Cylindrical-coordinate representation of color #62774D: hue angle of 90º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62774D is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 119 | 77 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.53 |
| HSL | 90º | 0.21% | 0.38% | - |
| HSV(B) | 90º | 0.35% | 0.47% | - |
| XYZ | 12.97 | 16.33 | 9.49 | - |
| YUV | 107.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 119 | 77 | 0.18 | 0 | 0.35 | 0.53 | 90 | 0.21 | 0.38 |
| Hex | 62 | 77 | 4D | 12 | 0 | 23 | 35 | 5A | 15 | 26 |
| Octal | 142 | 167 | 115 | 22 | 0 | 43 | 65 | 132 | 25 | 46 |
| Binary | 1100010 | 1110111 | 1001101 | 10010 | 0 | 100011 | 110101 | 1011010 | 10101 | 100110 |
Color Harmonies of #62774D
Complementary color
Monochromatic Colors of #62774D
Black with #62774D
Text Example
Text Example
White with #62774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62774D; }
p { color: rgb(98,119,77); }
H1.HeaderClassName
{
color: #62774D;
}
.AnyTagClassName
{
color: #62774D;
}
</style>
background-color css
<style>
a { background-color: #62774D; }
a { background-color: rgb(98,119,77); }
div.DivClassName
{
background-color: #62774D;
}
.BgClassName
{
background-color: #62774D;
}
</style>
border-color css
<style>
span { border-color: #62774D; }
span { border-color: rgb(98,119,77); }
td.TdClassName
{
border-color: #62774D;
}
.TagClassName
{
border-color: #62774D;
}
</style>