Shades of Kokoda #787748
Tints of Kokoda #787748
RGB
CMYK
RGB Variations
Color information
#787748 (or 0x787748) is known color: Kokoda. HEX triplet: 78, 77 and 48. RGB value is (120,119,72). Sum of RGB (Red+Green+Blue) = 120+119+72=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #787748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787748 is #8788B7. Grayscale: #727272. Windows color (decimal): -8882360 or 4749176. OLE color: 4749176.
HSL color Cylindrical-coordinate representation of color #787748: hue angle of 58.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #787748 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 72 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.53 |
| HSL | 58.75º | 0.25% | 0.38% | - |
| HSV(B) | 58.75º | 0.4% | 0.47% | - |
| XYZ | 15.51 | 17.65 | 8.72 | - |
| YUV | 113.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 72 | 0 | 0.01 | 0.40 | 0.53 | 58.75 | 0.25 | 0.38 |
| Hex | 78 | 77 | 48 | 0 | 1 | 28 | 35 | 3B | 19 | 26 |
| Octal | 170 | 167 | 110 | 0 | 1 | 50 | 65 | 73 | 31 | 46 |
| Binary | 1111000 | 1110111 | 1001000 | 0 | 1 | 101000 | 110101 | 111011 | 11001 | 100110 |
Color Harmonies of #787748
Complementary color
Monochromatic Colors of #787748
Black with #787748
Text Example
Text Example
White with #787748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787748; }
p { color: rgb(120,119,72); }
H1.HeaderClassName
{
color: #787748;
}
.AnyTagClassName
{
color: #787748;
}
</style>
background-color css
<style>
a { background-color: #787748; }
a { background-color: rgb(120,119,72); }
div.DivClassName
{
background-color: #787748;
}
.BgClassName
{
background-color: #787748;
}
</style>
border-color css
<style>
span { border-color: #787748; }
span { border-color: rgb(120,119,72); }
td.TdClassName
{
border-color: #787748;
}
.TagClassName
{
border-color: #787748;
}
</style>