Shades of Kokoda #787357
Tints of Kokoda #787357
RGB
CMYK
RGB Variations
Color information
#787357 (or 0x787357) is known color: Kokoda. HEX triplet: 78, 73 and 57. RGB value is (120,115,87). Sum of RGB (Red+Green+Blue) = 120+115+87=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #787357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787357 is #878CA8. Grayscale: #717171. Windows color (decimal): -8883369 or 5731192. OLE color: 5731192.
HSL color Cylindrical-coordinate representation of color #787357: hue angle of 50.91º 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 #787357 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 87 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.53 |
| HSL | 50.91º | 0.16% | 0.41% | - |
| HSV(B) | 50.91º | 0.28% | 0.47% | - |
| XYZ | 15.6 | 16.94 | 11.47 | - |
| YUV | 113.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 87 | 0 | 0.04 | 0.28 | 0.53 | 50.91 | 0.16 | 0.41 |
| Hex | 78 | 73 | 57 | 0 | 4 | 1C | 35 | 33 | 10 | 29 |
| Octal | 170 | 163 | 127 | 0 | 4 | 34 | 65 | 63 | 20 | 51 |
| Binary | 1111000 | 1110011 | 1010111 | 0 | 100 | 11100 | 110101 | 110011 | 10000 | 101001 |
Color Harmonies of #787357
Complementary color
Monochromatic Colors of #787357
Black with #787357
Text Example
Text Example
White with #787357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787357; }
p { color: rgb(120,115,87); }
H1.HeaderClassName
{
color: #787357;
}
.AnyTagClassName
{
color: #787357;
}
</style>
background-color css
<style>
a { background-color: #787357; }
a { background-color: rgb(120,115,87); }
div.DivClassName
{
background-color: #787357;
}
.BgClassName
{
background-color: #787357;
}
</style>
border-color css
<style>
span { border-color: #787357; }
span { border-color: rgb(120,115,87); }
td.TdClassName
{
border-color: #787357;
}
.TagClassName
{
border-color: #787357;
}
</style>