Shades of Kokoda #78774B
Tints of Kokoda #78774B
RGB
CMYK
RGB Variations
Color information
#78774B (or 0x78774B) is known color: Kokoda. HEX triplet: 78, 77 and 4B. RGB value is (120,119,75). Sum of RGB (Red+Green+Blue) = 120+119+75=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #78774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78774B is #8788B4. Grayscale: #727272. Windows color (decimal): -8882357 or 4945784. OLE color: 4945784.
HSL color Cylindrical-coordinate representation of color #78774B: hue angle of 58.67º degrees, saturation: 0.23, 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 #78774B is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 75 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.53 |
| HSL | 58.67º | 0.23% | 0.38% | - |
| HSV(B) | 58.67º | 0.38% | 0.47% | - |
| XYZ | 15.61 | 17.69 | 9.25 | - |
| YUV | 114.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 75 | 0 | 0.01 | 0.37 | 0.53 | 58.67 | 0.23 | 0.38 |
| Hex | 78 | 77 | 4B | 0 | 1 | 25 | 35 | 3B | 17 | 26 |
| Octal | 170 | 167 | 113 | 0 | 1 | 45 | 65 | 73 | 27 | 46 |
| Binary | 1111000 | 1110111 | 1001011 | 0 | 1 | 100101 | 110101 | 111011 | 10111 | 100110 |
Color Harmonies of #78774B
Complementary color
Monochromatic Colors of #78774B
Black with #78774B
Text Example
Text Example
White with #78774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78774B; }
p { color: rgb(120,119,75); }
H1.HeaderClassName
{
color: #78774B;
}
.AnyTagClassName
{
color: #78774B;
}
</style>
background-color css
<style>
a { background-color: #78774B; }
a { background-color: rgb(120,119,75); }
div.DivClassName
{
background-color: #78774B;
}
.BgClassName
{
background-color: #78774B;
}
</style>
border-color css
<style>
span { border-color: #78774B; }
span { border-color: rgb(120,119,75); }
td.TdClassName
{
border-color: #78774B;
}
.TagClassName
{
border-color: #78774B;
}
</style>