Shades of Kokoda #787562
Tints of Kokoda #787562
RGB
CMYK
RGB Variations
Color information
#787562 (or 0x787562) is known color: Kokoda. HEX triplet: 78, 75 and 62. RGB value is (120,117,98). Sum of RGB (Red+Green+Blue) = 120+117+98=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #787562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787562 is #878A9D. Grayscale: #737373. Windows color (decimal): -8882846 or 6452600. OLE color: 6452600.
HSL color Cylindrical-coordinate representation of color #787562: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #787562 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 98 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.53 |
| HSL | 51.82º | 0.1% | 0.43% | - |
| HSV(B) | 51.82º | 0.18% | 0.47% | - |
| XYZ | 16.31 | 17.6 | 14.09 | - |
| YUV | 115.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 98 | 0 | 0.02 | 0.18 | 0.53 | 51.82 | 0.1 | 0.43 |
| Hex | 78 | 75 | 62 | 0 | 2 | 12 | 35 | 34 | A | 2B |
| Octal | 170 | 165 | 142 | 0 | 2 | 22 | 65 | 64 | 12 | 53 |
| Binary | 1111000 | 1110101 | 1100010 | 0 | 10 | 10010 | 110101 | 110100 | 1010 | 101011 |
Color Harmonies of #787562
Complementary color
Monochromatic Colors of #787562
Black with #787562
Text Example
Text Example
White with #787562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787562; }
p { color: rgb(120,117,98); }
H1.HeaderClassName
{
color: #787562;
}
.AnyTagClassName
{
color: #787562;
}
</style>
background-color css
<style>
a { background-color: #787562; }
a { background-color: rgb(120,117,98); }
div.DivClassName
{
background-color: #787562;
}
.BgClassName
{
background-color: #787562;
}
</style>
border-color css
<style>
span { border-color: #787562; }
span { border-color: rgb(120,117,98); }
td.TdClassName
{
border-color: #787562;
}
.TagClassName
{
border-color: #787562;
}
</style>