Shades of Kokoda #7E794D
Tints of Kokoda #7E794D
RGB
CMYK
RGB Variations
Color information
#7E794D (or 0x7E794D) is known color: Kokoda. HEX triplet: 7E, 79 and 4D. RGB value is (126,121,77). Sum of RGB (Red+Green+Blue) = 126+121+77=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E794D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E794D is #8186B2. Grayscale: #757575. Windows color (decimal): -8488627 or 5077374. OLE color: 5077374.
HSL color Cylindrical-coordinate representation of color #7E794D: hue angle of 53.88º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E794D is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 121 | 77 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.51 |
| HSL | 53.88º | 0.24% | 0.4% | - |
| HSV(B) | 53.88º | 0.39% | 0.49% | - |
| XYZ | 16.78 | 18.65 | 9.74 | - |
| YUV | 117.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 77 | 0 | 0.04 | 0.39 | 0.51 | 53.88 | 0.24 | 0.4 |
| Hex | 7E | 79 | 4D | 0 | 4 | 27 | 33 | 36 | 18 | 28 |
| Octal | 176 | 171 | 115 | 0 | 4 | 47 | 63 | 66 | 30 | 50 |
| Binary | 1111110 | 1111001 | 1001101 | 0 | 100 | 100111 | 110011 | 110110 | 11000 | 101000 |
Color Harmonies of #7E794D
Complementary color
Monochromatic Colors of #7E794D
Black with #7E794D
Text Example
Text Example
White with #7E794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E794D; }
p { color: rgb(126,121,77); }
H1.HeaderClassName
{
color: #7E794D;
}
.AnyTagClassName
{
color: #7E794D;
}
</style>
background-color css
<style>
a { background-color: #7E794D; }
a { background-color: rgb(126,121,77); }
div.DivClassName
{
background-color: #7E794D;
}
.BgClassName
{
background-color: #7E794D;
}
</style>
border-color css
<style>
span { border-color: #7E794D; }
span { border-color: rgb(126,121,77); }
td.TdClassName
{
border-color: #7E794D;
}
.TagClassName
{
border-color: #7E794D;
}
</style>