Shades of Kokoda #787553
Tints of Kokoda #787553
RGB
CMYK
RGB Variations
Color information
#787553 (or 0x787553) is known color: Kokoda. HEX triplet: 78, 75 and 53. RGB value is (120,117,83). Sum of RGB (Red+Green+Blue) = 120+117+83=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #787553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787553 is #878AAC. Grayscale: #727272. Windows color (decimal): -8882861 or 5469560. OLE color: 5469560.
HSL color Cylindrical-coordinate representation of color #787553: hue angle of 55.14º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #787553 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 83 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.53 |
| HSL | 55.14º | 0.18% | 0.4% | - |
| HSV(B) | 55.14º | 0.31% | 0.47% | - |
| XYZ | 15.67 | 17.34 | 10.7 | - |
| YUV | 114.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 83 | 0 | 0.02 | 0.31 | 0.53 | 55.14 | 0.18 | 0.4 |
| Hex | 78 | 75 | 53 | 0 | 2 | 1F | 35 | 37 | 12 | 28 |
| Octal | 170 | 165 | 123 | 0 | 2 | 37 | 65 | 67 | 22 | 50 |
| Binary | 1111000 | 1110101 | 1010011 | 0 | 10 | 11111 | 110101 | 110111 | 10010 | 101000 |
Color Harmonies of #787553
Complementary color
Monochromatic Colors of #787553
Black with #787553
Text Example
Text Example
White with #787553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787553; }
p { color: rgb(120,117,83); }
H1.HeaderClassName
{
color: #787553;
}
.AnyTagClassName
{
color: #787553;
}
</style>
background-color css
<style>
a { background-color: #787553; }
a { background-color: rgb(120,117,83); }
div.DivClassName
{
background-color: #787553;
}
.BgClassName
{
background-color: #787553;
}
</style>
border-color css
<style>
span { border-color: #787553; }
span { border-color: rgb(120,117,83); }
td.TdClassName
{
border-color: #787553;
}
.TagClassName
{
border-color: #787553;
}
</style>