Shades of Kokoda #787755
Tints of Kokoda #787755
RGB
CMYK
RGB Variations
Color information
#787755 (or 0x787755) is known color: Kokoda. HEX triplet: 78, 77 and 55. RGB value is (120,119,85). Sum of RGB (Red+Green+Blue) = 120+119+85=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #787755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787755 is #8788AA. Grayscale: #737373. Windows color (decimal): -8882347 or 5601144. OLE color: 5601144.
HSL color Cylindrical-coordinate representation of color #787755: hue angle of 58.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #787755 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 85 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.53 |
| HSL | 58.29º | 0.17% | 0.4% | - |
| HSV(B) | 58.29º | 0.29% | 0.47% | - |
| XYZ | 15.98 | 17.84 | 11.2 | - |
| YUV | 115.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 85 | 0 | 0.01 | 0.29 | 0.53 | 58.29 | 0.17 | 0.4 |
| Hex | 78 | 77 | 55 | 0 | 1 | 1D | 35 | 3A | 11 | 28 |
| Octal | 170 | 167 | 125 | 0 | 1 | 35 | 65 | 72 | 21 | 50 |
| Binary | 1111000 | 1110111 | 1010101 | 0 | 1 | 11101 | 110101 | 111010 | 10001 | 101000 |
Color Harmonies of #787755
Complementary color
Monochromatic Colors of #787755
Black with #787755
Text Example
Text Example
White with #787755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787755; }
p { color: rgb(120,119,85); }
H1.HeaderClassName
{
color: #787755;
}
.AnyTagClassName
{
color: #787755;
}
</style>
background-color css
<style>
a { background-color: #787755; }
a { background-color: rgb(120,119,85); }
div.DivClassName
{
background-color: #787755;
}
.BgClassName
{
background-color: #787755;
}
</style>
border-color css
<style>
span { border-color: #787755; }
span { border-color: rgb(120,119,85); }
td.TdClassName
{
border-color: #787755;
}
.TagClassName
{
border-color: #787755;
}
</style>