Shades of Kokoda #787558
Tints of Kokoda #787558
RGB
CMYK
RGB Variations
Color information
#787558 (or 0x787558) is known color: Kokoda. HEX triplet: 78, 75 and 58. RGB value is (120,117,88). Sum of RGB (Red+Green+Blue) = 120+117+88=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #787558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787558 is #878AA7. Grayscale: #727272. Windows color (decimal): -8882856 or 5797240. OLE color: 5797240.
HSL color Cylindrical-coordinate representation of color #787558: hue angle of 54.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787558 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 88 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.53 |
| HSL | 54.38º | 0.15% | 0.41% | - |
| HSV(B) | 54.38º | 0.27% | 0.47% | - |
| XYZ | 15.87 | 17.42 | 11.76 | - |
| YUV | 114.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 88 | 0 | 0.02 | 0.27 | 0.53 | 54.38 | 0.15 | 0.41 |
| Hex | 78 | 75 | 58 | 0 | 2 | 1B | 35 | 36 | F | 29 |
| Octal | 170 | 165 | 130 | 0 | 2 | 33 | 65 | 66 | 17 | 51 |
| Binary | 1111000 | 1110101 | 1011000 | 0 | 10 | 11011 | 110101 | 110110 | 1111 | 101001 |
Color Harmonies of #787558
Complementary color
Monochromatic Colors of #787558
Black with #787558
Text Example
Text Example
White with #787558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787558; }
p { color: rgb(120,117,88); }
H1.HeaderClassName
{
color: #787558;
}
.AnyTagClassName
{
color: #787558;
}
</style>
background-color css
<style>
a { background-color: #787558; }
a { background-color: rgb(120,117,88); }
div.DivClassName
{
background-color: #787558;
}
.BgClassName
{
background-color: #787558;
}
</style>
border-color css
<style>
span { border-color: #787558; }
span { border-color: rgb(120,117,88); }
td.TdClassName
{
border-color: #787558;
}
.TagClassName
{
border-color: #787558;
}
</style>