Shades of Kokoda #78785D
Tints of Kokoda #78785D
RGB
CMYK
RGB Variations
Color information
#78785D (or 0x78785D) is known color: Kokoda. HEX triplet: 78, 78 and 5D. RGB value is (120,120,93). Sum of RGB (Red+Green+Blue) = 120+120+93=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 120 - color contains mainly: red, green. Hex color #78785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78785D is #8787A2. Grayscale: #757575. Windows color (decimal): -8882083 or 6125688. OLE color: 6125688.
HSL color Cylindrical-coordinate representation of color #78785D: hue angle of 60º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78785D is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 93 | - |
| CMYK | 0 | 0 | 0.22 | 0.53 |
| HSL | 60º | 0.13% | 0.42% | - |
| HSV(B) | 60º | 0.23% | 0.47% | - |
| XYZ | 16.44 | 18.22 | 13.01 | - |
| YUV | 116.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 93 | 0 | 0 | 0.22 | 0.53 | 60 | 0.13 | 0.42 |
| Hex | 78 | 78 | 5D | 0 | 0 | 16 | 35 | 3C | D | 2A |
| Octal | 170 | 170 | 135 | 0 | 0 | 26 | 65 | 74 | 15 | 52 |
| Binary | 1111000 | 1111000 | 1011101 | 0 | 0 | 10110 | 110101 | 111100 | 1101 | 101010 |
Color Harmonies of #78785D
Complementary color
Monochromatic Colors of #78785D
Black with #78785D
Text Example
Text Example
White with #78785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78785D; }
p { color: rgb(120,120,93); }
H1.HeaderClassName
{
color: #78785D;
}
.AnyTagClassName
{
color: #78785D;
}
</style>
background-color css
<style>
a { background-color: #78785D; }
a { background-color: rgb(120,120,93); }
div.DivClassName
{
background-color: #78785D;
}
.BgClassName
{
background-color: #78785D;
}
</style>
border-color css
<style>
span { border-color: #78785D; }
span { border-color: rgb(120,120,93); }
td.TdClassName
{
border-color: #78785D;
}
.TagClassName
{
border-color: #78785D;
}
</style>