Shades of Kokoda #7A7858
Tints of Kokoda #7A7858
RGB
CMYK
RGB Variations
Color information
#7A7858 (or 0x7A7858) is known color: Kokoda. HEX triplet: 7A, 78 and 58. RGB value is (122,120,88). Sum of RGB (Red+Green+Blue) = 122+120+88=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7858 is #8587A7. Grayscale: #757575. Windows color (decimal): -8751016 or 5798010. OLE color: 5798010.
HSL color Cylindrical-coordinate representation of color #7A7858: hue angle of 56.47º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A7858 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 88 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.52 |
| HSL | 56.47º | 0.16% | 0.41% | - |
| HSV(B) | 56.47º | 0.28% | 0.48% | - |
| XYZ | 16.5 | 18.28 | 11.89 | - |
| YUV | 116.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 88 | 0 | 0.02 | 0.28 | 0.52 | 56.47 | 0.16 | 0.41 |
| Hex | 7A | 78 | 58 | 0 | 2 | 1C | 34 | 38 | 10 | 29 |
| Octal | 172 | 170 | 130 | 0 | 2 | 34 | 64 | 70 | 20 | 51 |
| Binary | 1111010 | 1111000 | 1011000 | 0 | 10 | 11100 | 110100 | 111000 | 10000 | 101001 |
Color Harmonies of #7A7858
Complementary color
Monochromatic Colors of #7A7858
Black with #7A7858
Text Example
Text Example
White with #7A7858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7858; }
p { color: rgb(122,120,88); }
H1.HeaderClassName
{
color: #7A7858;
}
.AnyTagClassName
{
color: #7A7858;
}
</style>
background-color css
<style>
a { background-color: #7A7858; }
a { background-color: rgb(122,120,88); }
div.DivClassName
{
background-color: #7A7858;
}
.BgClassName
{
background-color: #7A7858;
}
</style>
border-color css
<style>
span { border-color: #7A7858; }
span { border-color: rgb(122,120,88); }
td.TdClassName
{
border-color: #7A7858;
}
.TagClassName
{
border-color: #7A7858;
}
</style>