Shades of Kokoda #7E7A58
Tints of Kokoda #7E7A58
RGB
CMYK
RGB Variations
Color information
#7E7A58 (or 0x7E7A58) is known color: Kokoda. HEX triplet: 7E, 7A and 58. RGB value is (126,122,88). Sum of RGB (Red+Green+Blue) = 126+122+88=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A58 is #8185A7. Grayscale: #777777. Windows color (decimal): -8488360 or 5798526. OLE color: 5798526.
HSL color Cylindrical-coordinate representation of color #7E7A58: hue angle of 53.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E7A58 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 122 | 88 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.51 |
| HSL | 53.68º | 0.18% | 0.42% | - |
| HSV(B) | 53.68º | 0.3% | 0.49% | - |
| XYZ | 17.33 | 19.06 | 12 | - |
| YUV | 119.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 88 | 0 | 0.03 | 0.30 | 0.51 | 53.68 | 0.18 | 0.42 |
| Hex | 7E | 7A | 58 | 0 | 3 | 1E | 33 | 36 | 12 | 2A |
| Octal | 176 | 172 | 130 | 0 | 3 | 36 | 63 | 66 | 22 | 52 |
| Binary | 1111110 | 1111010 | 1011000 | 0 | 11 | 11110 | 110011 | 110110 | 10010 | 101010 |
Color Harmonies of #7E7A58
Complementary color
Monochromatic Colors of #7E7A58
Black with #7E7A58
Text Example
Text Example
White with #7E7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A58; }
p { color: rgb(126,122,88); }
H1.HeaderClassName
{
color: #7E7A58;
}
.AnyTagClassName
{
color: #7E7A58;
}
</style>
background-color css
<style>
a { background-color: #7E7A58; }
a { background-color: rgb(126,122,88); }
div.DivClassName
{
background-color: #7E7A58;
}
.BgClassName
{
background-color: #7E7A58;
}
</style>
border-color css
<style>
span { border-color: #7E7A58; }
span { border-color: rgb(126,122,88); }
td.TdClassName
{
border-color: #7E7A58;
}
.TagClassName
{
border-color: #7E7A58;
}
</style>