Shades of Kokoda #7A7659
Tints of Kokoda #7A7659
RGB
CMYK
RGB Variations
Color information
#7A7659 (or 0x7A7659) is known color: Kokoda. HEX triplet: 7A, 76 and 59. RGB value is (122,118,89). Sum of RGB (Red+Green+Blue) = 122+118+89=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7659 is #8589A6. Grayscale: #747474. Windows color (decimal): -8751527 or 5863034. OLE color: 5863034.
HSL color Cylindrical-coordinate representation of color #7A7659: hue angle of 52.73º 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 #7A7659 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 89 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.52 |
| HSL | 52.73º | 0.16% | 0.41% | - |
| HSV(B) | 52.73º | 0.27% | 0.48% | - |
| XYZ | 16.31 | 17.82 | 12.03 | - |
| YUV | 115.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 89 | 0 | 0.03 | 0.27 | 0.52 | 52.73 | 0.16 | 0.41 |
| Hex | 7A | 76 | 59 | 0 | 3 | 1B | 34 | 35 | 10 | 29 |
| Octal | 172 | 166 | 131 | 0 | 3 | 33 | 64 | 65 | 20 | 51 |
| Binary | 1111010 | 1110110 | 1011001 | 0 | 11 | 11011 | 110100 | 110101 | 10000 | 101001 |
Color Harmonies of #7A7659
Complementary color
Monochromatic Colors of #7A7659
Black with #7A7659
Text Example
Text Example
White with #7A7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7659; }
p { color: rgb(122,118,89); }
H1.HeaderClassName
{
color: #7A7659;
}
.AnyTagClassName
{
color: #7A7659;
}
</style>
background-color css
<style>
a { background-color: #7A7659; }
a { background-color: rgb(122,118,89); }
div.DivClassName
{
background-color: #7A7659;
}
.BgClassName
{
background-color: #7A7659;
}
</style>
border-color css
<style>
span { border-color: #7A7659; }
span { border-color: rgb(122,118,89); }
td.TdClassName
{
border-color: #7A7659;
}
.TagClassName
{
border-color: #7A7659;
}
</style>