Shades of Kokoda #7A7860
Tints of Kokoda #7A7860
RGB
CMYK
RGB Variations
Color information
#7A7860 (or 0x7A7860) is known color: Kokoda. HEX triplet: 7A, 78 and 60. RGB value is (122,120,96). Sum of RGB (Red+Green+Blue) = 122+120+96=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7860 is #85879F. Grayscale: #757575. Windows color (decimal): -8751008 or 6322298. OLE color: 6322298.
HSL color Cylindrical-coordinate representation of color #7A7860: hue angle of 55.38º 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 #7A7860 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 96 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.52 |
| HSL | 55.38º | 0.12% | 0.43% | - |
| HSV(B) | 55.38º | 0.21% | 0.48% | - |
| XYZ | 16.85 | 18.42 | 13.73 | - |
| YUV | 117.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 96 | 0 | 0.02 | 0.21 | 0.52 | 55.38 | 0.12 | 0.43 |
| Hex | 7A | 78 | 60 | 0 | 2 | 15 | 34 | 37 | C | 2B |
| Octal | 172 | 170 | 140 | 0 | 2 | 25 | 64 | 67 | 14 | 53 |
| Binary | 1111010 | 1111000 | 1100000 | 0 | 10 | 10101 | 110100 | 110111 | 1100 | 101011 |
Color Harmonies of #7A7860
Complementary color
Monochromatic Colors of #7A7860
Black with #7A7860
Text Example
Text Example
White with #7A7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7860; }
p { color: rgb(122,120,96); }
H1.HeaderClassName
{
color: #7A7860;
}
.AnyTagClassName
{
color: #7A7860;
}
</style>
background-color css
<style>
a { background-color: #7A7860; }
a { background-color: rgb(122,120,96); }
div.DivClassName
{
background-color: #7A7860;
}
.BgClassName
{
background-color: #7A7860;
}
</style>
border-color css
<style>
span { border-color: #7A7860; }
span { border-color: rgb(122,120,96); }
td.TdClassName
{
border-color: #7A7860;
}
.TagClassName
{
border-color: #7A7860;
}
</style>