Shades of Kokoda #7E7A47
Tints of Kokoda #7E7A47
RGB
CMYK
RGB Variations
Color information
#7E7A47 (or 0x7E7A47) is known color: Kokoda. HEX triplet: 7E, 7A and 47. RGB value is (126,122,71). Sum of RGB (Red+Green+Blue) = 126+122+71=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7A47 is #8185B8. Grayscale: #757575. Windows color (decimal): -8488377 or 4684414. OLE color: 4684414.
HSL color Cylindrical-coordinate representation of color #7E7A47: hue angle of 55.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E7A47 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 122 | 71 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.51 |
| HSL | 55.64º | 0.28% | 0.39% | - |
| HSV(B) | 55.64º | 0.44% | 0.49% | - |
| XYZ | 16.7 | 18.81 | 8.71 | - |
| YUV | 117.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 71 | 0 | 0.03 | 0.44 | 0.51 | 55.64 | 0.28 | 0.39 |
| Hex | 7E | 7A | 47 | 0 | 3 | 2C | 33 | 38 | 1C | 27 |
| Octal | 176 | 172 | 107 | 0 | 3 | 54 | 63 | 70 | 34 | 47 |
| Binary | 1111110 | 1111010 | 1000111 | 0 | 11 | 101100 | 110011 | 111000 | 11100 | 100111 |
Color Harmonies of #7E7A47
Complementary color
Monochromatic Colors of #7E7A47
Black with #7E7A47
Text Example
Text Example
White with #7E7A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A47; }
p { color: rgb(126,122,71); }
H1.HeaderClassName
{
color: #7E7A47;
}
.AnyTagClassName
{
color: #7E7A47;
}
</style>
background-color css
<style>
a { background-color: #7E7A47; }
a { background-color: rgb(126,122,71); }
div.DivClassName
{
background-color: #7E7A47;
}
.BgClassName
{
background-color: #7E7A47;
}
</style>
border-color css
<style>
span { border-color: #7E7A47; }
span { border-color: rgb(126,122,71); }
td.TdClassName
{
border-color: #7E7A47;
}
.TagClassName
{
border-color: #7E7A47;
}
</style>