Shades of Kokoda #787662
Tints of Kokoda #787662
RGB
CMYK
RGB Variations
Color information
#787662 (or 0x787662) is known color: Kokoda. HEX triplet: 78, 76 and 62. RGB value is (120,118,98). Sum of RGB (Red+Green+Blue) = 120+118+98=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #787662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787662 is #87899D. Grayscale: #747474. Windows color (decimal): -8882590 or 6452856. OLE color: 6452856.
HSL color Cylindrical-coordinate representation of color #787662: hue angle of 54.55º 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 #787662 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 98 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.53 |
| HSL | 54.55º | 0.1% | 0.43% | - |
| HSV(B) | 54.55º | 0.18% | 0.47% | - |
| XYZ | 16.43 | 17.83 | 14.13 | - |
| YUV | 116.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 98 | 0 | 0.02 | 0.18 | 0.53 | 54.55 | 0.1 | 0.43 |
| Hex | 78 | 76 | 62 | 0 | 2 | 12 | 35 | 37 | A | 2B |
| Octal | 170 | 166 | 142 | 0 | 2 | 22 | 65 | 67 | 12 | 53 |
| Binary | 1111000 | 1110110 | 1100010 | 0 | 10 | 10010 | 110101 | 110111 | 1010 | 101011 |
Color Harmonies of #787662
Complementary color
Monochromatic Colors of #787662
Black with #787662
Text Example
Text Example
White with #787662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787662; }
p { color: rgb(120,118,98); }
H1.HeaderClassName
{
color: #787662;
}
.AnyTagClassName
{
color: #787662;
}
</style>
background-color css
<style>
a { background-color: #787662; }
a { background-color: rgb(120,118,98); }
div.DivClassName
{
background-color: #787662;
}
.BgClassName
{
background-color: #787662;
}
</style>
border-color css
<style>
span { border-color: #787662; }
span { border-color: rgb(120,118,98); }
td.TdClassName
{
border-color: #787662;
}
.TagClassName
{
border-color: #787662;
}
</style>