Shades of Kokoda #787849
Tints of Kokoda #787849
RGB
CMYK
RGB Variations
Color information
#787849 (or 0x787849) is known color: Kokoda. HEX triplet: 78, 78 and 49. RGB value is (120,120,73). Sum of RGB (Red+Green+Blue) = 120+120+73=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787849 is #8787B6. Grayscale: #727272. Windows color (decimal): -8882103 or 4814968. OLE color: 4814968.
HSL color Cylindrical-coordinate representation of color #787849: hue angle of 60º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #787849 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 73 | - |
| CMYK | 0 | 0 | 0.39 | 0.53 |
| HSL | 60º | 0.24% | 0.38% | - |
| HSV(B) | 60º | 0.39% | 0.47% | - |
| XYZ | 15.66 | 17.91 | 8.93 | - |
| YUV | 114.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 73 | 0 | 0 | 0.39 | 0.53 | 60 | 0.24 | 0.38 |
| Hex | 78 | 78 | 49 | 0 | 0 | 27 | 35 | 3C | 18 | 26 |
| Octal | 170 | 170 | 111 | 0 | 0 | 47 | 65 | 74 | 30 | 46 |
| Binary | 1111000 | 1111000 | 1001001 | 0 | 0 | 100111 | 110101 | 111100 | 11000 | 100110 |
Color Harmonies of #787849
Complementary color
Monochromatic Colors of #787849
Black with #787849
Text Example
Text Example
White with #787849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787849; }
p { color: rgb(120,120,73); }
H1.HeaderClassName
{
color: #787849;
}
.AnyTagClassName
{
color: #787849;
}
</style>
background-color css
<style>
a { background-color: #787849; }
a { background-color: rgb(120,120,73); }
div.DivClassName
{
background-color: #787849;
}
.BgClassName
{
background-color: #787849;
}
</style>
border-color css
<style>
span { border-color: #787849; }
span { border-color: rgb(120,120,73); }
td.TdClassName
{
border-color: #787849;
}
.TagClassName
{
border-color: #787849;
}
</style>