Shades of Kokoda #7E7A60
Tints of Kokoda #7E7A60
RGB
CMYK
RGB Variations
Color information
#7E7A60 (or 0x7E7A60) is known color: Kokoda. HEX triplet: 7E, 7A and 60. RGB value is (126,122,96). Sum of RGB (Red+Green+Blue) = 126+122+96=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A60 is #81859F. Grayscale: #787878. Windows color (decimal): -8488352 or 6322814. OLE color: 6322814.
HSL color Cylindrical-coordinate representation of color #7E7A60: hue angle of 52º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E7A60 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 122 | 96 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.51 |
| HSL | 52º | 0.14% | 0.44% | - |
| HSV(B) | 52º | 0.24% | 0.49% | - |
| XYZ | 17.68 | 19.2 | 13.84 | - |
| YUV | 120.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 96 | 0 | 0.03 | 0.24 | 0.51 | 52 | 0.14 | 0.44 |
| Hex | 7E | 7A | 60 | 0 | 3 | 18 | 33 | 34 | E | 2C |
| Octal | 176 | 172 | 140 | 0 | 3 | 30 | 63 | 64 | 16 | 54 |
| Binary | 1111110 | 1111010 | 1100000 | 0 | 11 | 11000 | 110011 | 110100 | 1110 | 101100 |
Color Harmonies of #7E7A60
Complementary color
Monochromatic Colors of #7E7A60
Black with #7E7A60
Text Example
Text Example
White with #7E7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A60; }
p { color: rgb(126,122,96); }
H1.HeaderClassName
{
color: #7E7A60;
}
.AnyTagClassName
{
color: #7E7A60;
}
</style>
background-color css
<style>
a { background-color: #7E7A60; }
a { background-color: rgb(126,122,96); }
div.DivClassName
{
background-color: #7E7A60;
}
.BgClassName
{
background-color: #7E7A60;
}
</style>
border-color css
<style>
span { border-color: #7E7A60; }
span { border-color: rgb(126,122,96); }
td.TdClassName
{
border-color: #7E7A60;
}
.TagClassName
{
border-color: #7E7A60;
}
</style>