Shades of Kokoda #797858
Tints of Kokoda #797858
RGB
CMYK
RGB Variations
Color information
#797858 (or 0x797858) is known color: Kokoda. HEX triplet: 79, 78 and 58. RGB value is (121,120,88). Sum of RGB (Red+Green+Blue) = 121+120+88=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #797858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797858 is #8687A7. Grayscale: #747474. Windows color (decimal): -8816552 or 5798009. OLE color: 5798009.
HSL color Cylindrical-coordinate representation of color #797858: hue angle of 58.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #797858 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 88 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.53 |
| HSL | 58.18º | 0.16% | 0.41% | - |
| HSV(B) | 58.18º | 0.27% | 0.47% | - |
| XYZ | 16.36 | 18.2 | 11.88 | - |
| YUV | 116.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 88 | 0 | 0.01 | 0.27 | 0.53 | 58.18 | 0.16 | 0.41 |
| Hex | 79 | 78 | 58 | 0 | 1 | 1B | 35 | 3A | 10 | 29 |
| Octal | 171 | 170 | 130 | 0 | 1 | 33 | 65 | 72 | 20 | 51 |
| Binary | 1111001 | 1111000 | 1011000 | 0 | 1 | 11011 | 110101 | 111010 | 10000 | 101001 |
Color Harmonies of #797858
Complementary color
Monochromatic Colors of #797858
Black with #797858
Text Example
Text Example
White with #797858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797858; }
p { color: rgb(121,120,88); }
H1.HeaderClassName
{
color: #797858;
}
.AnyTagClassName
{
color: #797858;
}
</style>
background-color css
<style>
a { background-color: #797858; }
a { background-color: rgb(121,120,88); }
div.DivClassName
{
background-color: #797858;
}
.BgClassName
{
background-color: #797858;
}
</style>
border-color css
<style>
span { border-color: #797858; }
span { border-color: rgb(121,120,88); }
td.TdClassName
{
border-color: #797858;
}
.TagClassName
{
border-color: #797858;
}
</style>