Shades of Kokoda #7A765E
Tints of Kokoda #7A765E
RGB
CMYK
RGB Variations
Color information
#7A765E (or 0x7A765E) is known color: Kokoda. HEX triplet: 7A, 76 and 5E. RGB value is (122,118,94). Sum of RGB (Red+Green+Blue) = 122+118+94=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A765E is #8589A1. Grayscale: #747474. Windows color (decimal): -8751522 or 6190714. OLE color: 6190714.
HSL color Cylindrical-coordinate representation of color #7A765E: hue angle of 51.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A765E is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 94 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.52 |
| HSL | 51.43º | 0.13% | 0.42% | - |
| HSV(B) | 51.43º | 0.23% | 0.48% | - |
| XYZ | 16.52 | 17.9 | 13.17 | - |
| YUV | 116.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 94 | 0 | 0.03 | 0.23 | 0.52 | 51.43 | 0.13 | 0.42 |
| Hex | 7A | 76 | 5E | 0 | 3 | 17 | 34 | 33 | D | 2A |
| Octal | 172 | 166 | 136 | 0 | 3 | 27 | 64 | 63 | 15 | 52 |
| Binary | 1111010 | 1110110 | 1011110 | 0 | 11 | 10111 | 110100 | 110011 | 1101 | 101010 |
Color Harmonies of #7A765E
Complementary color
Monochromatic Colors of #7A765E
Black with #7A765E
Text Example
Text Example
White with #7A765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A765E; }
p { color: rgb(122,118,94); }
H1.HeaderClassName
{
color: #7A765E;
}
.AnyTagClassName
{
color: #7A765E;
}
</style>
background-color css
<style>
a { background-color: #7A765E; }
a { background-color: rgb(122,118,94); }
div.DivClassName
{
background-color: #7A765E;
}
.BgClassName
{
background-color: #7A765E;
}
</style>
border-color css
<style>
span { border-color: #7A765E; }
span { border-color: rgb(122,118,94); }
td.TdClassName
{
border-color: #7A765E;
}
.TagClassName
{
border-color: #7A765E;
}
</style>