Shades of Kokoda #79755D
Tints of Kokoda #79755D
RGB
CMYK
RGB Variations
Color information
#79755D (or 0x79755D) is known color: Kokoda. HEX triplet: 79, 75 and 5D. RGB value is (121,117,93). Sum of RGB (Red+Green+Blue) = 121+117+93=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #79755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79755D is #868AA2. Grayscale: #737373. Windows color (decimal): -8817315 or 6124921. OLE color: 6124921.
HSL color Cylindrical-coordinate representation of color #79755D: hue angle of 51.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79755D is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 93 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.53 |
| HSL | 51.43º | 0.13% | 0.42% | - |
| HSV(B) | 51.43º | 0.23% | 0.47% | - |
| XYZ | 16.22 | 17.58 | 12.89 | - |
| YUV | 115.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 93 | 0 | 0.03 | 0.23 | 0.53 | 51.43 | 0.13 | 0.42 |
| Hex | 79 | 75 | 5D | 0 | 3 | 17 | 35 | 33 | D | 2A |
| Octal | 171 | 165 | 135 | 0 | 3 | 27 | 65 | 63 | 15 | 52 |
| Binary | 1111001 | 1110101 | 1011101 | 0 | 11 | 10111 | 110101 | 110011 | 1101 | 101010 |
Color Harmonies of #79755D
Complementary color
Monochromatic Colors of #79755D
Black with #79755D
Text Example
Text Example
White with #79755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79755D; }
p { color: rgb(121,117,93); }
H1.HeaderClassName
{
color: #79755D;
}
.AnyTagClassName
{
color: #79755D;
}
</style>
background-color css
<style>
a { background-color: #79755D; }
a { background-color: rgb(121,117,93); }
div.DivClassName
{
background-color: #79755D;
}
.BgClassName
{
background-color: #79755D;
}
</style>
border-color css
<style>
span { border-color: #79755D; }
span { border-color: rgb(121,117,93); }
td.TdClassName
{
border-color: #79755D;
}
.TagClassName
{
border-color: #79755D;
}
</style>