Shades of Kokoda #78755D
Tints of Kokoda #78755D
RGB
CMYK
RGB Variations
Color information
#78755D (or 0x78755D) is known color: Kokoda. HEX triplet: 78, 75 and 5D. RGB value is (120,117,93). Sum of RGB (Red+Green+Blue) = 120+117+93=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #78755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78755D is #878AA2. Grayscale: #737373. Windows color (decimal): -8882851 or 6124920. OLE color: 6124920.
HSL color Cylindrical-coordinate representation of color #78755D: hue angle of 53.33º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78755D is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 93 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.53 |
| HSL | 53.33º | 0.13% | 0.42% | - |
| HSV(B) | 53.33º | 0.23% | 0.47% | - |
| XYZ | 16.08 | 17.51 | 12.89 | - |
| YUV | 115.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 93 | 0 | 0.02 | 0.22 | 0.53 | 53.33 | 0.13 | 0.42 |
| Hex | 78 | 75 | 5D | 0 | 2 | 16 | 35 | 35 | D | 2A |
| Octal | 170 | 165 | 135 | 0 | 2 | 26 | 65 | 65 | 15 | 52 |
| Binary | 1111000 | 1110101 | 1011101 | 0 | 10 | 10110 | 110101 | 110101 | 1101 | 101010 |
Color Harmonies of #78755D
Complementary color
Monochromatic Colors of #78755D
Black with #78755D
Text Example
Text Example
White with #78755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78755D; }
p { color: rgb(120,117,93); }
H1.HeaderClassName
{
color: #78755D;
}
.AnyTagClassName
{
color: #78755D;
}
</style>
background-color css
<style>
a { background-color: #78755D; }
a { background-color: rgb(120,117,93); }
div.DivClassName
{
background-color: #78755D;
}
.BgClassName
{
background-color: #78755D;
}
</style>
border-color css
<style>
span { border-color: #78755D; }
span { border-color: rgb(120,117,93); }
td.TdClassName
{
border-color: #78755D;
}
.TagClassName
{
border-color: #78755D;
}
</style>