Shades of Kokoda #79755E
Tints of Kokoda #79755E
RGB
CMYK
RGB Variations
Color information
#79755E (or 0x79755E) is known color: Kokoda. HEX triplet: 79, 75 and 5E. RGB value is (121,117,94). Sum of RGB (Red+Green+Blue) = 121+117+94=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #79755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79755E is #868AA1. Grayscale: #737373. Windows color (decimal): -8817314 or 6190457. OLE color: 6190457.
HSL color Cylindrical-coordinate representation of color #79755E: hue angle of 51.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79755E is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 94 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.53 |
| HSL | 51.11º | 0.13% | 0.42% | - |
| HSV(B) | 51.11º | 0.22% | 0.47% | - |
| XYZ | 16.27 | 17.6 | 13.13 | - |
| YUV | 115.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 94 | 0 | 0.03 | 0.22 | 0.53 | 51.11 | 0.13 | 0.42 |
| Hex | 79 | 75 | 5E | 0 | 3 | 16 | 35 | 33 | D | 2A |
| Octal | 171 | 165 | 136 | 0 | 3 | 26 | 65 | 63 | 15 | 52 |
| Binary | 1111001 | 1110101 | 1011110 | 0 | 11 | 10110 | 110101 | 110011 | 1101 | 101010 |
Color Harmonies of #79755E
Complementary color
Monochromatic Colors of #79755E
Black with #79755E
Text Example
Text Example
White with #79755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79755E; }
p { color: rgb(121,117,94); }
H1.HeaderClassName
{
color: #79755E;
}
.AnyTagClassName
{
color: #79755E;
}
</style>
background-color css
<style>
a { background-color: #79755E; }
a { background-color: rgb(121,117,94); }
div.DivClassName
{
background-color: #79755E;
}
.BgClassName
{
background-color: #79755E;
}
</style>
border-color css
<style>
span { border-color: #79755E; }
span { border-color: rgb(121,117,94); }
td.TdClassName
{
border-color: #79755E;
}
.TagClassName
{
border-color: #79755E;
}
</style>