Shades of Kokoda #79785C
Tints of Kokoda #79785C
RGB
CMYK
RGB Variations
Color information
#79785C (or 0x79785C) is known color: Kokoda. HEX triplet: 79, 78 and 5C. RGB value is (121,120,92). Sum of RGB (Red+Green+Blue) = 121+120+92=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #79785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79785C is #8687A3. Grayscale: #757575. Windows color (decimal): -8816548 or 6060153. OLE color: 6060153.
HSL color Cylindrical-coordinate representation of color #79785C: hue angle of 57.93º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79785C is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 92 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.53 |
| HSL | 57.93º | 0.14% | 0.42% | - |
| HSV(B) | 57.93º | 0.24% | 0.47% | - |
| XYZ | 16.53 | 18.27 | 12.78 | - |
| YUV | 117.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 92 | 0 | 0.01 | 0.24 | 0.53 | 57.93 | 0.14 | 0.42 |
| Hex | 79 | 78 | 5C | 0 | 1 | 18 | 35 | 3A | E | 2A |
| Octal | 171 | 170 | 134 | 0 | 1 | 30 | 65 | 72 | 16 | 52 |
| Binary | 1111001 | 1111000 | 1011100 | 0 | 1 | 11000 | 110101 | 111010 | 1110 | 101010 |
Color Harmonies of #79785C
Complementary color
Monochromatic Colors of #79785C
Black with #79785C
Text Example
Text Example
White with #79785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79785C; }
p { color: rgb(121,120,92); }
H1.HeaderClassName
{
color: #79785C;
}
.AnyTagClassName
{
color: #79785C;
}
</style>
background-color css
<style>
a { background-color: #79785C; }
a { background-color: rgb(121,120,92); }
div.DivClassName
{
background-color: #79785C;
}
.BgClassName
{
background-color: #79785C;
}
</style>
border-color css
<style>
span { border-color: #79785C; }
span { border-color: rgb(121,120,92); }
td.TdClassName
{
border-color: #79785C;
}
.TagClassName
{
border-color: #79785C;
}
</style>