Shades of Kokoda #797761
Tints of Kokoda #797761
RGB
CMYK
RGB Variations
Color information
#797761 (or 0x797761) is known color: Kokoda. HEX triplet: 79, 77 and 61. RGB value is (121,119,97). Sum of RGB (Red+Green+Blue) = 121+119+97=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 121 - color contains mainly: red. Hex color #797761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797761 is #86889E. Grayscale: #757575. Windows color (decimal): -8816799 or 6387577. OLE color: 6387577.
HSL color Cylindrical-coordinate representation of color #797761: hue angle of 55º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #797761 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 119 | 97 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.53 |
| HSL | 55º | 0.11% | 0.43% | - |
| HSV(B) | 55º | 0.2% | 0.47% | - |
| XYZ | 16.64 | 18.12 | 13.93 | - |
| YUV | 117.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 97 | 0 | 0.02 | 0.20 | 0.53 | 55 | 0.11 | 0.43 |
| Hex | 79 | 77 | 61 | 0 | 2 | 14 | 35 | 37 | B | 2B |
| Octal | 171 | 167 | 141 | 0 | 2 | 24 | 65 | 67 | 13 | 53 |
| Binary | 1111001 | 1110111 | 1100001 | 0 | 10 | 10100 | 110101 | 110111 | 1011 | 101011 |
Color Harmonies of #797761
Complementary color
Monochromatic Colors of #797761
Black with #797761
Text Example
Text Example
White with #797761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797761; }
p { color: rgb(121,119,97); }
H1.HeaderClassName
{
color: #797761;
}
.AnyTagClassName
{
color: #797761;
}
</style>
background-color css
<style>
a { background-color: #797761; }
a { background-color: rgb(121,119,97); }
div.DivClassName
{
background-color: #797761;
}
.BgClassName
{
background-color: #797761;
}
</style>
border-color css
<style>
span { border-color: #797761; }
span { border-color: rgb(121,119,97); }
td.TdClassName
{
border-color: #797761;
}
.TagClassName
{
border-color: #797761;
}
</style>