Shades of Kokoda #79755A
Tints of Kokoda #79755A
RGB
CMYK
RGB Variations
Color information
#79755A (or 0x79755A) is known color: Kokoda. HEX triplet: 79, 75 and 5A. RGB value is (121,117,90). Sum of RGB (Red+Green+Blue) = 121+117+90=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #79755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79755A is #868AA5. Grayscale: #737373. Windows color (decimal): -8817318 or 5928313. OLE color: 5928313.
HSL color Cylindrical-coordinate representation of color #79755A: hue angle of 52.26º 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 #79755A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 90 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.53 |
| HSL | 52.26º | 0.15% | 0.41% | - |
| HSV(B) | 52.26º | 0.26% | 0.47% | - |
| XYZ | 16.09 | 17.53 | 12.21 | - |
| YUV | 115.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 90 | 0 | 0.03 | 0.26 | 0.53 | 52.26 | 0.15 | 0.41 |
| Hex | 79 | 75 | 5A | 0 | 3 | 1A | 35 | 34 | F | 29 |
| Octal | 171 | 165 | 132 | 0 | 3 | 32 | 65 | 64 | 17 | 51 |
| Binary | 1111001 | 1110101 | 1011010 | 0 | 11 | 11010 | 110101 | 110100 | 1111 | 101001 |
Color Harmonies of #79755A
Complementary color
Monochromatic Colors of #79755A
Black with #79755A
Text Example
Text Example
White with #79755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79755A; }
p { color: rgb(121,117,90); }
H1.HeaderClassName
{
color: #79755A;
}
.AnyTagClassName
{
color: #79755A;
}
</style>
background-color css
<style>
a { background-color: #79755A; }
a { background-color: rgb(121,117,90); }
div.DivClassName
{
background-color: #79755A;
}
.BgClassName
{
background-color: #79755A;
}
</style>
border-color css
<style>
span { border-color: #79755A; }
span { border-color: rgb(121,117,90); }
td.TdClassName
{
border-color: #79755A;
}
.TagClassName
{
border-color: #79755A;
}
</style>