Shades of Kokoda #78754C
Tints of Kokoda #78754C
RGB
CMYK
RGB Variations
Color information
#78754C (or 0x78754C) is known color: Kokoda. HEX triplet: 78, 75 and 4C. RGB value is (120,117,76). Sum of RGB (Red+Green+Blue) = 120+117+76=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78754C is #878AB3. Grayscale: #717171. Windows color (decimal): -8882868 or 5010808. OLE color: 5010808.
HSL color Cylindrical-coordinate representation of color #78754C: hue angle of 55.91º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78754C is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 76 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.53 |
| HSL | 55.91º | 0.22% | 0.38% | - |
| HSV(B) | 55.91º | 0.37% | 0.47% | - |
| XYZ | 15.41 | 17.24 | 9.35 | - |
| YUV | 113.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 76 | 0 | 0.02 | 0.37 | 0.53 | 55.91 | 0.22 | 0.38 |
| Hex | 78 | 75 | 4C | 0 | 2 | 25 | 35 | 38 | 16 | 26 |
| Octal | 170 | 165 | 114 | 0 | 2 | 45 | 65 | 70 | 26 | 46 |
| Binary | 1111000 | 1110101 | 1001100 | 0 | 10 | 100101 | 110101 | 111000 | 10110 | 100110 |
Color Harmonies of #78754C
Complementary color
Monochromatic Colors of #78754C
Black with #78754C
Text Example
Text Example
White with #78754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78754C; }
p { color: rgb(120,117,76); }
H1.HeaderClassName
{
color: #78754C;
}
.AnyTagClassName
{
color: #78754C;
}
</style>
background-color css
<style>
a { background-color: #78754C; }
a { background-color: rgb(120,117,76); }
div.DivClassName
{
background-color: #78754C;
}
.BgClassName
{
background-color: #78754C;
}
</style>
border-color css
<style>
span { border-color: #78754C; }
span { border-color: rgb(120,117,76); }
td.TdClassName
{
border-color: #78754C;
}
.TagClassName
{
border-color: #78754C;
}
</style>