Shades of Kokoda #78755A
Tints of Kokoda #78755A
RGB
CMYK
RGB Variations
Color information
#78755A (or 0x78755A) is known color: Kokoda. HEX triplet: 78, 75 and 5A. RGB value is (120,117,90). Sum of RGB (Red+Green+Blue) = 120+117+90=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #78755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78755A is #878AA5. Grayscale: #727272. Windows color (decimal): -8882854 or 5928312. OLE color: 5928312.
HSL color Cylindrical-coordinate representation of color #78755A: hue angle of 54º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78755A is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 90 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.53 |
| HSL | 54º | 0.14% | 0.41% | - |
| HSV(B) | 54º | 0.25% | 0.47% | - |
| XYZ | 15.95 | 17.45 | 12.2 | - |
| YUV | 114.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 90 | 0 | 0.02 | 0.25 | 0.53 | 54 | 0.14 | 0.41 |
| Hex | 78 | 75 | 5A | 0 | 2 | 19 | 35 | 36 | E | 29 |
| Octal | 170 | 165 | 132 | 0 | 2 | 31 | 65 | 66 | 16 | 51 |
| Binary | 1111000 | 1110101 | 1011010 | 0 | 10 | 11001 | 110101 | 110110 | 1110 | 101001 |
Color Harmonies of #78755A
Complementary color
Monochromatic Colors of #78755A
Black with #78755A
Text Example
Text Example
White with #78755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78755A; }
p { color: rgb(120,117,90); }
H1.HeaderClassName
{
color: #78755A;
}
.AnyTagClassName
{
color: #78755A;
}
</style>
background-color css
<style>
a { background-color: #78755A; }
a { background-color: rgb(120,117,90); }
div.DivClassName
{
background-color: #78755A;
}
.BgClassName
{
background-color: #78755A;
}
</style>
border-color css
<style>
span { border-color: #78755A; }
span { border-color: rgb(120,117,90); }
td.TdClassName
{
border-color: #78755A;
}
.TagClassName
{
border-color: #78755A;
}
</style>