Shades of Kokoda #787359
Tints of Kokoda #787359
RGB
CMYK
RGB Variations
Color information
#787359 (or 0x787359) is known color: Kokoda. HEX triplet: 78, 73 and 59. RGB value is (120,115,89). Sum of RGB (Red+Green+Blue) = 120+115+89=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #787359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787359 is #878CA6. Grayscale: #717171. Windows color (decimal): -8883367 or 5862264. OLE color: 5862264.
HSL color Cylindrical-coordinate representation of color #787359: hue angle of 50.32º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #787359 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 89 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.53 |
| HSL | 50.32º | 0.15% | 0.41% | - |
| HSV(B) | 50.32º | 0.26% | 0.47% | - |
| XYZ | 15.68 | 16.98 | 11.9 | - |
| YUV | 113.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 89 | 0 | 0.04 | 0.26 | 0.53 | 50.32 | 0.15 | 0.41 |
| Hex | 78 | 73 | 59 | 0 | 4 | 1A | 35 | 32 | F | 29 |
| Octal | 170 | 163 | 131 | 0 | 4 | 32 | 65 | 62 | 17 | 51 |
| Binary | 1111000 | 1110011 | 1011001 | 0 | 100 | 11010 | 110101 | 110010 | 1111 | 101001 |
Color Harmonies of #787359
Complementary color
Monochromatic Colors of #787359
Black with #787359
Text Example
Text Example
White with #787359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787359; }
p { color: rgb(120,115,89); }
H1.HeaderClassName
{
color: #787359;
}
.AnyTagClassName
{
color: #787359;
}
</style>
background-color css
<style>
a { background-color: #787359; }
a { background-color: rgb(120,115,89); }
div.DivClassName
{
background-color: #787359;
}
.BgClassName
{
background-color: #787359;
}
</style>
border-color css
<style>
span { border-color: #787359; }
span { border-color: rgb(120,115,89); }
td.TdClassName
{
border-color: #787359;
}
.TagClassName
{
border-color: #787359;
}
</style>