Shades of Kokoda #787556
Tints of Kokoda #787556
RGB
CMYK
RGB Variations
Color information
#787556 (or 0x787556) is known color: Kokoda. HEX triplet: 78, 75 and 56. RGB value is (120,117,86). Sum of RGB (Red+Green+Blue) = 120+117+86=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #787556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787556 is #878AA9. Grayscale: #727272. Windows color (decimal): -8882858 or 5666168. OLE color: 5666168.
HSL color Cylindrical-coordinate representation of color #787556: hue angle of 54.71º 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 #787556 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 86 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.53 |
| HSL | 54.71º | 0.17% | 0.4% | - |
| HSV(B) | 54.71º | 0.28% | 0.47% | - |
| XYZ | 15.79 | 17.39 | 11.33 | - |
| YUV | 114.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 86 | 0 | 0.02 | 0.28 | 0.53 | 54.71 | 0.17 | 0.4 |
| Hex | 78 | 75 | 56 | 0 | 2 | 1C | 35 | 37 | 11 | 28 |
| Octal | 170 | 165 | 126 | 0 | 2 | 34 | 65 | 67 | 21 | 50 |
| Binary | 1111000 | 1110101 | 1010110 | 0 | 10 | 11100 | 110101 | 110111 | 10001 | 101000 |
Color Harmonies of #787556
Complementary color
Monochromatic Colors of #787556
Black with #787556
Text Example
Text Example
White with #787556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787556; }
p { color: rgb(120,117,86); }
H1.HeaderClassName
{
color: #787556;
}
.AnyTagClassName
{
color: #787556;
}
</style>
background-color css
<style>
a { background-color: #787556; }
a { background-color: rgb(120,117,86); }
div.DivClassName
{
background-color: #787556;
}
.BgClassName
{
background-color: #787556;
}
</style>
border-color css
<style>
span { border-color: #787556; }
span { border-color: rgb(120,117,86); }
td.TdClassName
{
border-color: #787556;
}
.TagClassName
{
border-color: #787556;
}
</style>