Shades of Kokoda #787858
Tints of Kokoda #787858
RGB
CMYK
RGB Variations
Color information
#787858 (or 0x787858) is known color: Kokoda. HEX triplet: 78, 78 and 58. RGB value is (120,120,88). Sum of RGB (Red+Green+Blue) = 120+120+88=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787858 is #8787A7. Grayscale: #747474. Windows color (decimal): -8882088 or 5798008. OLE color: 5798008.
HSL color Cylindrical-coordinate representation of color #787858: hue angle of 60º degrees, saturation: 0.15, 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 #787858 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 88 | - |
| CMYK | 0 | 0 | 0.27 | 0.53 |
| HSL | 60º | 0.15% | 0.41% | - |
| HSV(B) | 60º | 0.27% | 0.47% | - |
| XYZ | 16.22 | 18.13 | 11.88 | - |
| YUV | 116.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 88 | 0 | 0 | 0.27 | 0.53 | 60 | 0.15 | 0.41 |
| Hex | 78 | 78 | 58 | 0 | 0 | 1B | 35 | 3C | F | 29 |
| Octal | 170 | 170 | 130 | 0 | 0 | 33 | 65 | 74 | 17 | 51 |
| Binary | 1111000 | 1111000 | 1011000 | 0 | 0 | 11011 | 110101 | 111100 | 1111 | 101001 |
Color Harmonies of #787858
Complementary color
Monochromatic Colors of #787858
Black with #787858
Text Example
Text Example
White with #787858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787858; }
p { color: rgb(120,120,88); }
H1.HeaderClassName
{
color: #787858;
}
.AnyTagClassName
{
color: #787858;
}
</style>
background-color css
<style>
a { background-color: #787858; }
a { background-color: rgb(120,120,88); }
div.DivClassName
{
background-color: #787858;
}
.BgClassName
{
background-color: #787858;
}
</style>
border-color css
<style>
span { border-color: #787858; }
span { border-color: rgb(120,120,88); }
td.TdClassName
{
border-color: #787858;
}
.TagClassName
{
border-color: #787858;
}
</style>