Shades of Kokoda #797763
Tints of Kokoda #797763
RGB
CMYK
RGB Variations
Color information
#797763 (or 0x797763) is known color: Kokoda. HEX triplet: 79, 77 and 63. RGB value is (121,119,99). Sum of RGB (Red+Green+Blue) = 121+119+99=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #797763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797763 is #86889C. Grayscale: #757575. Windows color (decimal): -8816797 or 6518649. OLE color: 6518649.
HSL color Cylindrical-coordinate representation of color #797763: hue angle of 54.55º 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 #797763 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 119 | 99 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.53 |
| HSL | 54.55º | 0.1% | 0.43% | - |
| HSV(B) | 54.55º | 0.18% | 0.47% | - |
| XYZ | 16.73 | 18.16 | 14.43 | - |
| YUV | 117.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 99 | 0 | 0.02 | 0.18 | 0.53 | 54.55 | 0.1 | 0.43 |
| Hex | 79 | 77 | 63 | 0 | 2 | 12 | 35 | 37 | A | 2B |
| Octal | 171 | 167 | 143 | 0 | 2 | 22 | 65 | 67 | 12 | 53 |
| Binary | 1111001 | 1110111 | 1100011 | 0 | 10 | 10010 | 110101 | 110111 | 1010 | 101011 |
Color Harmonies of #797763
Complementary color
Monochromatic Colors of #797763
Black with #797763
Text Example
Text Example
White with #797763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797763; }
p { color: rgb(121,119,99); }
H1.HeaderClassName
{
color: #797763;
}
.AnyTagClassName
{
color: #797763;
}
</style>
background-color css
<style>
a { background-color: #797763; }
a { background-color: rgb(121,119,99); }
div.DivClassName
{
background-color: #797763;
}
.BgClassName
{
background-color: #797763;
}
</style>
border-color css
<style>
span { border-color: #797763; }
span { border-color: rgb(121,119,99); }
td.TdClassName
{
border-color: #797763;
}
.TagClassName
{
border-color: #797763;
}
</style>