Shades of Kokoda #787550
Tints of Kokoda #787550
RGB
CMYK
RGB Variations
Color information
#787550 (or 0x787550) is known color: Kokoda. HEX triplet: 78, 75 and 50. RGB value is (120,117,80). Sum of RGB (Red+Green+Blue) = 120+117+80=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #787550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787550 is #878AAF. Grayscale: #717171. Windows color (decimal): -8882864 or 5272952. OLE color: 5272952.
HSL color Cylindrical-coordinate representation of color #787550: hue angle of 55.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787550 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 80 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.53 |
| HSL | 55.5º | 0.2% | 0.39% | - |
| HSV(B) | 55.5º | 0.33% | 0.47% | - |
| XYZ | 15.55 | 17.29 | 10.11 | - |
| YUV | 113.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 80 | 0 | 0.02 | 0.33 | 0.53 | 55.5 | 0.2 | 0.39 |
| Hex | 78 | 75 | 50 | 0 | 2 | 21 | 35 | 38 | 14 | 27 |
| Octal | 170 | 165 | 120 | 0 | 2 | 41 | 65 | 70 | 24 | 47 |
| Binary | 1111000 | 1110101 | 1010000 | 0 | 10 | 100001 | 110101 | 111000 | 10100 | 100111 |
Color Harmonies of #787550
Complementary color
Monochromatic Colors of #787550
Black with #787550
Text Example
Text Example
White with #787550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787550; }
p { color: rgb(120,117,80); }
H1.HeaderClassName
{
color: #787550;
}
.AnyTagClassName
{
color: #787550;
}
</style>
background-color css
<style>
a { background-color: #787550; }
a { background-color: rgb(120,117,80); }
div.DivClassName
{
background-color: #787550;
}
.BgClassName
{
background-color: #787550;
}
</style>
border-color css
<style>
span { border-color: #787550; }
span { border-color: rgb(120,117,80); }
td.TdClassName
{
border-color: #787550;
}
.TagClassName
{
border-color: #787550;
}
</style>