Shades of Kokoda #78774A
Tints of Kokoda #78774A
RGB
CMYK
RGB Variations
Color information
#78774A (or 0x78774A) is known color: Kokoda. HEX triplet: 78, 77 and 4A. RGB value is (120,119,74). Sum of RGB (Red+Green+Blue) = 120+119+74=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78774A is #8788B5. Grayscale: #727272. Windows color (decimal): -8882358 or 4880248. OLE color: 4880248.
HSL color Cylindrical-coordinate representation of color #78774A: hue angle of 58.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78774A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 74 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.53 |
| HSL | 58.7º | 0.24% | 0.38% | - |
| HSV(B) | 58.7º | 0.38% | 0.47% | - |
| XYZ | 15.58 | 17.68 | 9.07 | - |
| YUV | 114.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 74 | 0 | 0.01 | 0.38 | 0.53 | 58.7 | 0.24 | 0.38 |
| Hex | 78 | 77 | 4A | 0 | 1 | 26 | 35 | 3B | 18 | 26 |
| Octal | 170 | 167 | 112 | 0 | 1 | 46 | 65 | 73 | 30 | 46 |
| Binary | 1111000 | 1110111 | 1001010 | 0 | 1 | 100110 | 110101 | 111011 | 11000 | 100110 |
Color Harmonies of #78774A
Complementary color
Monochromatic Colors of #78774A
Black with #78774A
Text Example
Text Example
White with #78774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78774A; }
p { color: rgb(120,119,74); }
H1.HeaderClassName
{
color: #78774A;
}
.AnyTagClassName
{
color: #78774A;
}
</style>
background-color css
<style>
a { background-color: #78774A; }
a { background-color: rgb(120,119,74); }
div.DivClassName
{
background-color: #78774A;
}
.BgClassName
{
background-color: #78774A;
}
</style>
border-color css
<style>
span { border-color: #78774A; }
span { border-color: rgb(120,119,74); }
td.TdClassName
{
border-color: #78774A;
}
.TagClassName
{
border-color: #78774A;
}
</style>