Shades of Kokoda #79745A
Tints of Kokoda #79745A
RGB
CMYK
RGB Variations
Color information
#79745A (or 0x79745A) is known color: Kokoda. HEX triplet: 79, 74 and 5A. RGB value is (121,116,90). Sum of RGB (Red+Green+Blue) = 121+116+90=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #79745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79745A is #868BA5. Grayscale: #727272. Windows color (decimal): -8817574 or 5928057. OLE color: 5928057.
HSL color Cylindrical-coordinate representation of color #79745A: hue angle of 50.32º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79745A is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 116 | 90 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.53 |
| HSL | 50.32º | 0.15% | 0.41% | - |
| HSV(B) | 50.32º | 0.26% | 0.47% | - |
| XYZ | 15.98 | 17.29 | 12.17 | - |
| YUV | 114.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 90 | 0 | 0.04 | 0.26 | 0.53 | 50.32 | 0.15 | 0.41 |
| Hex | 79 | 74 | 5A | 0 | 4 | 1A | 35 | 32 | F | 29 |
| Octal | 171 | 164 | 132 | 0 | 4 | 32 | 65 | 62 | 17 | 51 |
| Binary | 1111001 | 1110100 | 1011010 | 0 | 100 | 11010 | 110101 | 110010 | 1111 | 101001 |
Color Harmonies of #79745A
Complementary color
Monochromatic Colors of #79745A
Black with #79745A
Text Example
Text Example
White with #79745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79745A; }
p { color: rgb(121,116,90); }
H1.HeaderClassName
{
color: #79745A;
}
.AnyTagClassName
{
color: #79745A;
}
</style>
background-color css
<style>
a { background-color: #79745A; }
a { background-color: rgb(121,116,90); }
div.DivClassName
{
background-color: #79745A;
}
.BgClassName
{
background-color: #79745A;
}
</style>
border-color css
<style>
span { border-color: #79745A; }
span { border-color: rgb(121,116,90); }
td.TdClassName
{
border-color: #79745A;
}
.TagClassName
{
border-color: #79745A;
}
</style>