Shades of Kokoda #7A7459
Tints of Kokoda #7A7459
RGB
CMYK
RGB Variations
Color information
#7A7459 (or 0x7A7459) is known color: Kokoda. HEX triplet: 7A, 74 and 59. RGB value is (122,116,89). Sum of RGB (Red+Green+Blue) = 122+116+89=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7459 is #858BA6. Grayscale: #727272. Windows color (decimal): -8752039 or 5862522. OLE color: 5862522.
HSL color Cylindrical-coordinate representation of color #7A7459: hue angle of 49.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A7459 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 89 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.52 |
| HSL | 49.09º | 0.16% | 0.41% | - |
| HSV(B) | 49.09º | 0.27% | 0.48% | - |
| XYZ | 16.07 | 17.35 | 11.95 | - |
| YUV | 114.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 89 | 0 | 0.05 | 0.27 | 0.52 | 49.09 | 0.16 | 0.41 |
| Hex | 7A | 74 | 59 | 0 | 5 | 1B | 34 | 31 | 10 | 29 |
| Octal | 172 | 164 | 131 | 0 | 5 | 33 | 64 | 61 | 20 | 51 |
| Binary | 1111010 | 1110100 | 1011001 | 0 | 101 | 11011 | 110100 | 110001 | 10000 | 101001 |
Color Harmonies of #7A7459
Complementary color
Monochromatic Colors of #7A7459
Black with #7A7459
Text Example
Text Example
White with #7A7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7459; }
p { color: rgb(122,116,89); }
H1.HeaderClassName
{
color: #7A7459;
}
.AnyTagClassName
{
color: #7A7459;
}
</style>
background-color css
<style>
a { background-color: #7A7459; }
a { background-color: rgb(122,116,89); }
div.DivClassName
{
background-color: #7A7459;
}
.BgClassName
{
background-color: #7A7459;
}
</style>
border-color css
<style>
span { border-color: #7A7459; }
span { border-color: rgb(122,116,89); }
td.TdClassName
{
border-color: #7A7459;
}
.TagClassName
{
border-color: #7A7459;
}
</style>