Shades of Kokoda #787456
Tints of Kokoda #787456
RGB
CMYK
RGB Variations
Color information
#787456 (or 0x787456) is known color: Kokoda. HEX triplet: 78, 74 and 56. RGB value is (120,116,86). Sum of RGB (Red+Green+Blue) = 120+116+86=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #787456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787456 is #878BA9. Grayscale: #717171. Windows color (decimal): -8883114 or 5665912. OLE color: 5665912.
HSL color Cylindrical-coordinate representation of color #787456: hue angle of 52.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #787456 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 86 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.53 |
| HSL | 52.94º | 0.17% | 0.4% | - |
| HSV(B) | 52.94º | 0.28% | 0.47% | - |
| XYZ | 15.67 | 17.16 | 11.29 | - |
| YUV | 113.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 86 | 0 | 0.03 | 0.28 | 0.53 | 52.94 | 0.17 | 0.4 |
| Hex | 78 | 74 | 56 | 0 | 3 | 1C | 35 | 35 | 11 | 28 |
| Octal | 170 | 164 | 126 | 0 | 3 | 34 | 65 | 65 | 21 | 50 |
| Binary | 1111000 | 1110100 | 1010110 | 0 | 11 | 11100 | 110101 | 110101 | 10001 | 101000 |
Color Harmonies of #787456
Complementary color
Monochromatic Colors of #787456
Black with #787456
Text Example
Text Example
White with #787456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787456; }
p { color: rgb(120,116,86); }
H1.HeaderClassName
{
color: #787456;
}
.AnyTagClassName
{
color: #787456;
}
</style>
background-color css
<style>
a { background-color: #787456; }
a { background-color: rgb(120,116,86); }
div.DivClassName
{
background-color: #787456;
}
.BgClassName
{
background-color: #787456;
}
</style>
border-color css
<style>
span { border-color: #787456; }
span { border-color: rgb(120,116,86); }
td.TdClassName
{
border-color: #787456;
}
.TagClassName
{
border-color: #787456;
}
</style>