Shades of Kokoda #787455
Tints of Kokoda #787455
RGB
CMYK
RGB Variations
Color information
#787455 (or 0x787455) is known color: Kokoda. HEX triplet: 78, 74 and 55. RGB value is (120,116,85). Sum of RGB (Red+Green+Blue) = 120+116+85=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 120 - color contains mainly: red. Hex color #787455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787455 is #878BAA. Grayscale: #717171. Windows color (decimal): -8883115 or 5600376. OLE color: 5600376.
HSL color Cylindrical-coordinate representation of color #787455: hue angle of 53.14º 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 #787455 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 85 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.53 |
| HSL | 53.14º | 0.17% | 0.4% | - |
| HSV(B) | 53.14º | 0.29% | 0.47% | - |
| XYZ | 15.63 | 17.14 | 11.08 | - |
| YUV | 113.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 85 | 0 | 0.03 | 0.29 | 0.53 | 53.14 | 0.17 | 0.4 |
| Hex | 78 | 74 | 55 | 0 | 3 | 1D | 35 | 35 | 11 | 28 |
| Octal | 170 | 164 | 125 | 0 | 3 | 35 | 65 | 65 | 21 | 50 |
| Binary | 1111000 | 1110100 | 1010101 | 0 | 11 | 11101 | 110101 | 110101 | 10001 | 101000 |
Color Harmonies of #787455
Complementary color
Monochromatic Colors of #787455
Black with #787455
Text Example
Text Example
White with #787455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787455; }
p { color: rgb(120,116,85); }
H1.HeaderClassName
{
color: #787455;
}
.AnyTagClassName
{
color: #787455;
}
</style>
background-color css
<style>
a { background-color: #787455; }
a { background-color: rgb(120,116,85); }
div.DivClassName
{
background-color: #787455;
}
.BgClassName
{
background-color: #787455;
}
</style>
border-color css
<style>
span { border-color: #787455; }
span { border-color: rgb(120,116,85); }
td.TdClassName
{
border-color: #787455;
}
.TagClassName
{
border-color: #787455;
}
</style>