Shades of Kokoda #797764
Tints of Kokoda #797764
RGB
CMYK
RGB Variations
Color information
#797764 (or 0x797764) is known color: Kokoda. HEX triplet: 79, 77 and 64. RGB value is (121,119,100). Sum of RGB (Red+Green+Blue) = 121+119+100=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #797764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797764 is #86889B. Grayscale: #757575. Windows color (decimal): -8816796 or 6584185. OLE color: 6584185.
HSL color Cylindrical-coordinate representation of color #797764: hue angle of 54.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #797764 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 119 | 100 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.53 |
| HSL | 54.29º | 0.1% | 0.43% | - |
| HSV(B) | 54.29º | 0.17% | 0.47% | - |
| XYZ | 16.78 | 18.18 | 14.68 | - |
| YUV | 117.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 100 | 0 | 0.02 | 0.17 | 0.53 | 54.29 | 0.1 | 0.43 |
| Hex | 79 | 77 | 64 | 0 | 2 | 11 | 35 | 36 | A | 2B |
| Octal | 171 | 167 | 144 | 0 | 2 | 21 | 65 | 66 | 12 | 53 |
| Binary | 1111001 | 1110111 | 1100100 | 0 | 10 | 10001 | 110101 | 110110 | 1010 | 101011 |
Color Harmonies of #797764
Complementary color
Monochromatic Colors of #797764
Black with #797764
Text Example
Text Example
White with #797764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797764; }
p { color: rgb(121,119,100); }
H1.HeaderClassName
{
color: #797764;
}
.AnyTagClassName
{
color: #797764;
}
</style>
background-color css
<style>
a { background-color: #797764; }
a { background-color: rgb(121,119,100); }
div.DivClassName
{
background-color: #797764;
}
.BgClassName
{
background-color: #797764;
}
</style>
border-color css
<style>
span { border-color: #797764; }
span { border-color: rgb(121,119,100); }
td.TdClassName
{
border-color: #797764;
}
.TagClassName
{
border-color: #797764;
}
</style>