Shades of Kokoda #79754D
Tints of Kokoda #79754D
RGB
CMYK
RGB Variations
Color information
#79754D (or 0x79754D) is known color: Kokoda. HEX triplet: 79, 75 and 4D. RGB value is (121,117,77). Sum of RGB (Red+Green+Blue) = 121+117+77=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #79754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79754D is #868AB2. Grayscale: #717171. Windows color (decimal): -8817331 or 5076345. OLE color: 5076345.
HSL color Cylindrical-coordinate representation of color #79754D: hue angle of 54.55º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79754D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 77 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.53 |
| HSL | 54.55º | 0.22% | 0.39% | - |
| HSV(B) | 54.55º | 0.36% | 0.47% | - |
| XYZ | 15.59 | 17.32 | 9.54 | - |
| YUV | 113.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 77 | 0 | 0.03 | 0.36 | 0.53 | 54.55 | 0.22 | 0.39 |
| Hex | 79 | 75 | 4D | 0 | 3 | 24 | 35 | 37 | 16 | 27 |
| Octal | 171 | 165 | 115 | 0 | 3 | 44 | 65 | 67 | 26 | 47 |
| Binary | 1111001 | 1110101 | 1001101 | 0 | 11 | 100100 | 110101 | 110111 | 10110 | 100111 |
Color Harmonies of #79754D
Complementary color
Monochromatic Colors of #79754D
Black with #79754D
Text Example
Text Example
White with #79754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79754D; }
p { color: rgb(121,117,77); }
H1.HeaderClassName
{
color: #79754D;
}
.AnyTagClassName
{
color: #79754D;
}
</style>
background-color css
<style>
a { background-color: #79754D; }
a { background-color: rgb(121,117,77); }
div.DivClassName
{
background-color: #79754D;
}
.BgClassName
{
background-color: #79754D;
}
</style>
border-color css
<style>
span { border-color: #79754D; }
span { border-color: rgb(121,117,77); }
td.TdClassName
{
border-color: #79754D;
}
.TagClassName
{
border-color: #79754D;
}
</style>