Shades of Kokoda #7A7760
Tints of Kokoda #7A7760
RGB
CMYK
RGB Variations
Color information
#7A7760 (or 0x7A7760) is known color: Kokoda. HEX triplet: 7A, 77 and 60. RGB value is (122,119,96). Sum of RGB (Red+Green+Blue) = 122+119+96=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7760 is #85889F. Grayscale: #757575. Windows color (decimal): -8751264 or 6322042. OLE color: 6322042.
HSL color Cylindrical-coordinate representation of color #7A7760: hue angle of 53.08º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7760 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 119 | 96 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.52 |
| HSL | 53.08º | 0.12% | 0.43% | - |
| HSV(B) | 53.08º | 0.21% | 0.48% | - |
| XYZ | 16.73 | 18.18 | 13.69 | - |
| YUV | 117.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 96 | 0 | 0.02 | 0.21 | 0.52 | 53.08 | 0.12 | 0.43 |
| Hex | 7A | 77 | 60 | 0 | 2 | 15 | 34 | 35 | C | 2B |
| Octal | 172 | 167 | 140 | 0 | 2 | 25 | 64 | 65 | 14 | 53 |
| Binary | 1111010 | 1110111 | 1100000 | 0 | 10 | 10101 | 110100 | 110101 | 1100 | 101011 |
Color Harmonies of #7A7760
Complementary color
Monochromatic Colors of #7A7760
Black with #7A7760
Text Example
Text Example
White with #7A7760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7760; }
p { color: rgb(122,119,96); }
H1.HeaderClassName
{
color: #7A7760;
}
.AnyTagClassName
{
color: #7A7760;
}
</style>
background-color css
<style>
a { background-color: #7A7760; }
a { background-color: rgb(122,119,96); }
div.DivClassName
{
background-color: #7A7760;
}
.BgClassName
{
background-color: #7A7760;
}
</style>
border-color css
<style>
span { border-color: #7A7760; }
span { border-color: rgb(122,119,96); }
td.TdClassName
{
border-color: #7A7760;
}
.TagClassName
{
border-color: #7A7760;
}
</style>