Shades of Kokoda #787557
Tints of Kokoda #787557
RGB
CMYK
RGB Variations
Color information
#787557 (or 0x787557) is known color: Kokoda. HEX triplet: 78, 75 and 57. RGB value is (120,117,87). Sum of RGB (Red+Green+Blue) = 120+117+87=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #787557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787557 is #878AA8. Grayscale: #727272. Windows color (decimal): -8882857 or 5731704. OLE color: 5731704.
HSL color Cylindrical-coordinate representation of color #787557: hue angle of 54.55º degrees, saturation: 0.16, 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 #787557 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 87 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.53 |
| HSL | 54.55º | 0.16% | 0.41% | - |
| HSV(B) | 54.55º | 0.28% | 0.47% | - |
| XYZ | 15.83 | 17.4 | 11.54 | - |
| YUV | 114.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 87 | 0 | 0.02 | 0.28 | 0.53 | 54.55 | 0.16 | 0.41 |
| Hex | 78 | 75 | 57 | 0 | 2 | 1C | 35 | 37 | 10 | 29 |
| Octal | 170 | 165 | 127 | 0 | 2 | 34 | 65 | 67 | 20 | 51 |
| Binary | 1111000 | 1110101 | 1010111 | 0 | 10 | 11100 | 110101 | 110111 | 10000 | 101001 |
Color Harmonies of #787557
Complementary color
Monochromatic Colors of #787557
Black with #787557
Text Example
Text Example
White with #787557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787557; }
p { color: rgb(120,117,87); }
H1.HeaderClassName
{
color: #787557;
}
.AnyTagClassName
{
color: #787557;
}
</style>
background-color css
<style>
a { background-color: #787557; }
a { background-color: rgb(120,117,87); }
div.DivClassName
{
background-color: #787557;
}
.BgClassName
{
background-color: #787557;
}
</style>
border-color css
<style>
span { border-color: #787557; }
span { border-color: rgb(120,117,87); }
td.TdClassName
{
border-color: #787557;
}
.TagClassName
{
border-color: #787557;
}
</style>