Shades of Kokoda #78735A
Tints of Kokoda #78735A
RGB
CMYK
RGB Variations
Color information
#78735A (or 0x78735A) is known color: Kokoda. HEX triplet: 78, 73 and 5A. RGB value is (120,115,90). Sum of RGB (Red+Green+Blue) = 120+115+90=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #78735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78735A is #878CA5. Grayscale: #717171. Windows color (decimal): -8883366 or 5927800. OLE color: 5927800.
HSL color Cylindrical-coordinate representation of color #78735A: hue angle of 50º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78735A is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 90 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.53 |
| HSL | 50º | 0.14% | 0.41% | - |
| HSV(B) | 50º | 0.25% | 0.47% | - |
| XYZ | 15.72 | 16.99 | 12.12 | - |
| YUV | 113.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 90 | 0 | 0.04 | 0.25 | 0.53 | 50 | 0.14 | 0.41 |
| Hex | 78 | 73 | 5A | 0 | 4 | 19 | 35 | 32 | E | 29 |
| Octal | 170 | 163 | 132 | 0 | 4 | 31 | 65 | 62 | 16 | 51 |
| Binary | 1111000 | 1110011 | 1011010 | 0 | 100 | 11001 | 110101 | 110010 | 1110 | 101001 |
Color Harmonies of #78735A
Complementary color
Monochromatic Colors of #78735A
Black with #78735A
Text Example
Text Example
White with #78735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78735A; }
p { color: rgb(120,115,90); }
H1.HeaderClassName
{
color: #78735A;
}
.AnyTagClassName
{
color: #78735A;
}
</style>
background-color css
<style>
a { background-color: #78735A; }
a { background-color: rgb(120,115,90); }
div.DivClassName
{
background-color: #78735A;
}
.BgClassName
{
background-color: #78735A;
}
</style>
border-color css
<style>
span { border-color: #78735A; }
span { border-color: rgb(120,115,90); }
td.TdClassName
{
border-color: #78735A;
}
.TagClassName
{
border-color: #78735A;
}
</style>