Shades of Kokoda #797663
Tints of Kokoda #797663
RGB
CMYK
RGB Variations
Color information
#797663 (or 0x797663) is known color: Kokoda. HEX triplet: 79, 76 and 63. RGB value is (121,118,99). Sum of RGB (Red+Green+Blue) = 121+118+99=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #797663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797663 is #86899C. Grayscale: #747474. Windows color (decimal): -8817053 or 6518393. OLE color: 6518393.
HSL color Cylindrical-coordinate representation of color #797663: hue angle of 51.82º 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 #797663 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 99 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.53 |
| HSL | 51.82º | 0.1% | 0.43% | - |
| HSV(B) | 51.82º | 0.18% | 0.47% | - |
| XYZ | 16.62 | 17.92 | 14.39 | - |
| YUV | 116.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 99 | 0 | 0.02 | 0.18 | 0.53 | 51.82 | 0.1 | 0.43 |
| Hex | 79 | 76 | 63 | 0 | 2 | 12 | 35 | 34 | A | 2B |
| Octal | 171 | 166 | 143 | 0 | 2 | 22 | 65 | 64 | 12 | 53 |
| Binary | 1111001 | 1110110 | 1100011 | 0 | 10 | 10010 | 110101 | 110100 | 1010 | 101011 |
Color Harmonies of #797663
Complementary color
Monochromatic Colors of #797663
Black with #797663
Text Example
Text Example
White with #797663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797663; }
p { color: rgb(121,118,99); }
H1.HeaderClassName
{
color: #797663;
}
.AnyTagClassName
{
color: #797663;
}
</style>
background-color css
<style>
a { background-color: #797663; }
a { background-color: rgb(121,118,99); }
div.DivClassName
{
background-color: #797663;
}
.BgClassName
{
background-color: #797663;
}
</style>
border-color css
<style>
span { border-color: #797663; }
span { border-color: rgb(121,118,99); }
td.TdClassName
{
border-color: #797663;
}
.TagClassName
{
border-color: #797663;
}
</style>