Shades of Kokoda #787654
Tints of Kokoda #787654
RGB
CMYK
RGB Variations
Color information
#787654 (or 0x787654) is known color: Kokoda. HEX triplet: 78, 76 and 54. RGB value is (120,118,84). Sum of RGB (Red+Green+Blue) = 120+118+84=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #787654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787654 is #8789AB. Grayscale: #727272. Windows color (decimal): -8882604 or 5535352. OLE color: 5535352.
HSL color Cylindrical-coordinate representation of color #787654: hue angle of 56.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #787654 is Cyan = 0, Magento = 0.02, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 84 | - |
| CMYK | 0 | 0.02 | 0.3 | 0.53 |
| HSL | 56.67º | 0.18% | 0.4% | - |
| HSV(B) | 56.67º | 0.3% | 0.47% | - |
| XYZ | 15.82 | 17.59 | 10.95 | - |
| YUV | 114.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 84 | 0 | 0.02 | 0.3 | 0.53 | 56.67 | 0.18 | 0.4 |
| Hex | 78 | 76 | 54 | 0 | 2 | 1E | 35 | 39 | 12 | 28 |
| Octal | 170 | 166 | 124 | 0 | 2 | 36 | 65 | 71 | 22 | 50 |
| Binary | 1111000 | 1110110 | 1010100 | 0 | 10 | 11110 | 110101 | 111001 | 10010 | 101000 |
Color Harmonies of #787654
Complementary color
Monochromatic Colors of #787654
Black with #787654
Text Example
Text Example
White with #787654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787654; }
p { color: rgb(120,118,84); }
H1.HeaderClassName
{
color: #787654;
}
.AnyTagClassName
{
color: #787654;
}
</style>
background-color css
<style>
a { background-color: #787654; }
a { background-color: rgb(120,118,84); }
div.DivClassName
{
background-color: #787654;
}
.BgClassName
{
background-color: #787654;
}
</style>
border-color css
<style>
span { border-color: #787654; }
span { border-color: rgb(120,118,84); }
td.TdClassName
{
border-color: #787654;
}
.TagClassName
{
border-color: #787654;
}
</style>