Shades of Kokoda #78745C
Tints of Kokoda #78745C
RGB
CMYK
RGB Variations
Color information
#78745C (or 0x78745C) is known color: Kokoda. HEX triplet: 78, 74 and 5C. RGB value is (120,116,92). Sum of RGB (Red+Green+Blue) = 120+116+92=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #78745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78745C is #878BA3. Grayscale: #727272. Windows color (decimal): -8883108 or 6059128. OLE color: 6059128.
HSL color Cylindrical-coordinate representation of color #78745C: hue angle of 51.43º 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 #78745C is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 92 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.53 |
| HSL | 51.43º | 0.13% | 0.42% | - |
| HSV(B) | 51.43º | 0.23% | 0.47% | - |
| XYZ | 15.92 | 17.26 | 12.62 | - |
| YUV | 114.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 92 | 0 | 0.03 | 0.23 | 0.53 | 51.43 | 0.13 | 0.42 |
| Hex | 78 | 74 | 5C | 0 | 3 | 17 | 35 | 33 | D | 2A |
| Octal | 170 | 164 | 134 | 0 | 3 | 27 | 65 | 63 | 15 | 52 |
| Binary | 1111000 | 1110100 | 1011100 | 0 | 11 | 10111 | 110101 | 110011 | 1101 | 101010 |
Color Harmonies of #78745C
Complementary color
Monochromatic Colors of #78745C
Black with #78745C
Text Example
Text Example
White with #78745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78745C; }
p { color: rgb(120,116,92); }
H1.HeaderClassName
{
color: #78745C;
}
.AnyTagClassName
{
color: #78745C;
}
</style>
background-color css
<style>
a { background-color: #78745C; }
a { background-color: rgb(120,116,92); }
div.DivClassName
{
background-color: #78745C;
}
.BgClassName
{
background-color: #78745C;
}
</style>
border-color css
<style>
span { border-color: #78745C; }
span { border-color: rgb(120,116,92); }
td.TdClassName
{
border-color: #78745C;
}
.TagClassName
{
border-color: #78745C;
}
</style>