Shades of Kokoda #787355
Tints of Kokoda #787355
RGB
CMYK
RGB Variations
Color information
#787355 (or 0x787355) is known color: Kokoda. HEX triplet: 78, 73 and 55. RGB value is (120,115,85). Sum of RGB (Red+Green+Blue) = 120+115+85=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #787355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787355 is #878CAA. Grayscale: #717171. Windows color (decimal): -8883371 or 5600120. OLE color: 5600120.
HSL color Cylindrical-coordinate representation of color #787355: hue angle of 51.43º 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 #787355 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 85 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.53 |
| HSL | 51.43º | 0.17% | 0.4% | - |
| HSV(B) | 51.43º | 0.29% | 0.47% | - |
| XYZ | 15.52 | 16.91 | 11.04 | - |
| YUV | 113.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 85 | 0 | 0.04 | 0.29 | 0.53 | 51.43 | 0.17 | 0.4 |
| Hex | 78 | 73 | 55 | 0 | 4 | 1D | 35 | 33 | 11 | 28 |
| Octal | 170 | 163 | 125 | 0 | 4 | 35 | 65 | 63 | 21 | 50 |
| Binary | 1111000 | 1110011 | 1010101 | 0 | 100 | 11101 | 110101 | 110011 | 10001 | 101000 |
Color Harmonies of #787355
Complementary color
Monochromatic Colors of #787355
Black with #787355
Text Example
Text Example
White with #787355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787355; }
p { color: rgb(120,115,85); }
H1.HeaderClassName
{
color: #787355;
}
.AnyTagClassName
{
color: #787355;
}
</style>
background-color css
<style>
a { background-color: #787355; }
a { background-color: rgb(120,115,85); }
div.DivClassName
{
background-color: #787355;
}
.BgClassName
{
background-color: #787355;
}
</style>
border-color css
<style>
span { border-color: #787355; }
span { border-color: rgb(120,115,85); }
td.TdClassName
{
border-color: #787355;
}
.TagClassName
{
border-color: #787355;
}
</style>