Shades of Kokoda #787652
Tints of Kokoda #787652
RGB
CMYK
RGB Variations
Color information
#787652 (or 0x787652) is known color: Kokoda. HEX triplet: 78, 76 and 52. RGB value is (120,118,82). Sum of RGB (Red+Green+Blue) = 120+118+82=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #787652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787652 is #8789AD. Grayscale: #727272. Windows color (decimal): -8882606 or 5404280. OLE color: 5404280.
HSL color Cylindrical-coordinate representation of color #787652: hue angle of 56.84º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #787652 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 82 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.53 |
| HSL | 56.84º | 0.19% | 0.4% | - |
| HSV(B) | 56.84º | 0.32% | 0.47% | - |
| XYZ | 15.75 | 17.56 | 10.54 | - |
| YUV | 114.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 82 | 0 | 0.02 | 0.32 | 0.53 | 56.84 | 0.19 | 0.4 |
| Hex | 78 | 76 | 52 | 0 | 2 | 20 | 35 | 39 | 13 | 28 |
| Octal | 170 | 166 | 122 | 0 | 2 | 40 | 65 | 71 | 23 | 50 |
| Binary | 1111000 | 1110110 | 1010010 | 0 | 10 | 100000 | 110101 | 111001 | 10011 | 101000 |
Color Harmonies of #787652
Complementary color
Monochromatic Colors of #787652
Black with #787652
Text Example
Text Example
White with #787652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787652; }
p { color: rgb(120,118,82); }
H1.HeaderClassName
{
color: #787652;
}
.AnyTagClassName
{
color: #787652;
}
</style>
background-color css
<style>
a { background-color: #787652; }
a { background-color: rgb(120,118,82); }
div.DivClassName
{
background-color: #787652;
}
.BgClassName
{
background-color: #787652;
}
</style>
border-color css
<style>
span { border-color: #787652; }
span { border-color: rgb(120,118,82); }
td.TdClassName
{
border-color: #787652;
}
.TagClassName
{
border-color: #787652;
}
</style>