Shades of Kokoda #787663
Tints of Kokoda #787663
RGB
CMYK
RGB Variations
Color information
#787663 (or 0x787663) is known color: Kokoda. HEX triplet: 78, 76 and 63. RGB value is (120,118,99). Sum of RGB (Red+Green+Blue) = 120+118+99=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #787663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787663 is #87899C. Grayscale: #747474. Windows color (decimal): -8882589 or 6518392. OLE color: 6518392.
HSL color Cylindrical-coordinate representation of color #787663: hue angle of 54.29º 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 #787663 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 99 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.53 |
| HSL | 54.29º | 0.1% | 0.43% | - |
| HSV(B) | 54.29º | 0.18% | 0.47% | - |
| XYZ | 16.48 | 17.85 | 14.38 | - |
| YUV | 116.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 99 | 0 | 0.02 | 0.17 | 0.53 | 54.29 | 0.1 | 0.43 |
| Hex | 78 | 76 | 63 | 0 | 2 | 11 | 35 | 36 | A | 2B |
| Octal | 170 | 166 | 143 | 0 | 2 | 21 | 65 | 66 | 12 | 53 |
| Binary | 1111000 | 1110110 | 1100011 | 0 | 10 | 10001 | 110101 | 110110 | 1010 | 101011 |
Color Harmonies of #787663
Complementary color
Monochromatic Colors of #787663
Black with #787663
Text Example
Text Example
White with #787663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787663; }
p { color: rgb(120,118,99); }
H1.HeaderClassName
{
color: #787663;
}
.AnyTagClassName
{
color: #787663;
}
</style>
background-color css
<style>
a { background-color: #787663; }
a { background-color: rgb(120,118,99); }
div.DivClassName
{
background-color: #787663;
}
.BgClassName
{
background-color: #787663;
}
</style>
border-color css
<style>
span { border-color: #787663; }
span { border-color: rgb(120,118,99); }
td.TdClassName
{
border-color: #787663;
}
.TagClassName
{
border-color: #787663;
}
</style>