Shades of Kokoda #797963
Tints of Kokoda #797963
RGB
CMYK
RGB Variations
Color information
#797963 (or 0x797963) is known color: Kokoda. HEX triplet: 79, 79 and 63. RGB value is (121,121,99). Sum of RGB (Red+Green+Blue) = 121+121+99=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797963 is #86869C. Grayscale: #767676. Windows color (decimal): -8816285 or 6519161. OLE color: 6519161.
HSL color Cylindrical-coordinate representation of color #797963: hue angle of 60º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #797963 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 121 | 99 | - |
| CMYK | 0 | 0 | 0.18 | 0.53 |
| HSL | 60º | 0.1% | 0.43% | - |
| HSV(B) | 60º | 0.18% | 0.47% | - |
| XYZ | 16.97 | 18.64 | 14.51 | - |
| YUV | 118.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 99 | 0 | 0 | 0.18 | 0.53 | 60 | 0.1 | 0.43 |
| Hex | 79 | 79 | 63 | 0 | 0 | 12 | 35 | 3C | A | 2B |
| Octal | 171 | 171 | 143 | 0 | 0 | 22 | 65 | 74 | 12 | 53 |
| Binary | 1111001 | 1111001 | 1100011 | 0 | 0 | 10010 | 110101 | 111100 | 1010 | 101011 |
Color Harmonies of #797963
Complementary color
Monochromatic Colors of #797963
Black with #797963
Text Example
Text Example
White with #797963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797963; }
p { color: rgb(121,121,99); }
H1.HeaderClassName
{
color: #797963;
}
.AnyTagClassName
{
color: #797963;
}
</style>
background-color css
<style>
a { background-color: #797963; }
a { background-color: rgb(121,121,99); }
div.DivClassName
{
background-color: #797963;
}
.BgClassName
{
background-color: #797963;
}
</style>
border-color css
<style>
span { border-color: #797963; }
span { border-color: rgb(121,121,99); }
td.TdClassName
{
border-color: #797963;
}
.TagClassName
{
border-color: #797963;
}
</style>