Shades of Kokoda #78775A
Tints of Kokoda #78775A
RGB
CMYK
RGB Variations
Color information
#78775A (or 0x78775A) is known color: Kokoda. HEX triplet: 78, 77 and 5A. RGB value is (120,119,90). Sum of RGB (Red+Green+Blue) = 120+119+90=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78775A is #8788A5. Grayscale: #747474. Windows color (decimal): -8882342 or 5928824. OLE color: 5928824.
HSL color Cylindrical-coordinate representation of color #78775A: hue angle of 58º 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 #78775A is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 90 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.53 |
| HSL | 58º | 0.14% | 0.41% | - |
| HSV(B) | 58º | 0.25% | 0.47% | - |
| XYZ | 16.19 | 17.92 | 12.28 | - |
| YUV | 115.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 90 | 0 | 0.01 | 0.25 | 0.53 | 58 | 0.14 | 0.41 |
| Hex | 78 | 77 | 5A | 0 | 1 | 19 | 35 | 3A | E | 29 |
| Octal | 170 | 167 | 132 | 0 | 1 | 31 | 65 | 72 | 16 | 51 |
| Binary | 1111000 | 1110111 | 1011010 | 0 | 1 | 11001 | 110101 | 111010 | 1110 | 101001 |
Color Harmonies of #78775A
Complementary color
Monochromatic Colors of #78775A
Black with #78775A
Text Example
Text Example
White with #78775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78775A; }
p { color: rgb(120,119,90); }
H1.HeaderClassName
{
color: #78775A;
}
.AnyTagClassName
{
color: #78775A;
}
</style>
background-color css
<style>
a { background-color: #78775A; }
a { background-color: rgb(120,119,90); }
div.DivClassName
{
background-color: #78775A;
}
.BgClassName
{
background-color: #78775A;
}
</style>
border-color css
<style>
span { border-color: #78775A; }
span { border-color: rgb(120,119,90); }
td.TdClassName
{
border-color: #78775A;
}
.TagClassName
{
border-color: #78775A;
}
</style>