Shades of Kokoda #76735D
Tints of Kokoda #76735D
RGB
CMYK
RGB Variations
Color information
#76735D (or 0x76735D) is known color: Kokoda. HEX triplet: 76, 73 and 5D. RGB value is (118,115,93). Sum of RGB (Red+Green+Blue) = 118+115+93=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76735D is #898CA2. Grayscale: #717171. Windows color (decimal): -9014435 or 6124406. OLE color: 6124406.
HSL color Cylindrical-coordinate representation of color #76735D: hue angle of 52.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76735D is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 93 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.54 |
| HSL | 52.8º | 0.12% | 0.41% | - |
| HSV(B) | 52.8º | 0.21% | 0.46% | - |
| XYZ | 15.58 | 16.9 | 12.8 | - |
| YUV | 113.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 93 | 0 | 0.03 | 0.21 | 0.54 | 52.8 | 0.12 | 0.41 |
| Hex | 76 | 73 | 5D | 0 | 3 | 15 | 36 | 35 | C | 29 |
| Octal | 166 | 163 | 135 | 0 | 3 | 25 | 66 | 65 | 14 | 51 |
| Binary | 1110110 | 1110011 | 1011101 | 0 | 11 | 10101 | 110110 | 110101 | 1100 | 101001 |
Color Harmonies of #76735D
Complementary color
Monochromatic Colors of #76735D
Black with #76735D
Text Example
Text Example
White with #76735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76735D; }
p { color: rgb(118,115,93); }
H1.HeaderClassName
{
color: #76735D;
}
.AnyTagClassName
{
color: #76735D;
}
</style>
background-color css
<style>
a { background-color: #76735D; }
a { background-color: rgb(118,115,93); }
div.DivClassName
{
background-color: #76735D;
}
.BgClassName
{
background-color: #76735D;
}
</style>
border-color css
<style>
span { border-color: #76735D; }
span { border-color: rgb(118,115,93); }
td.TdClassName
{
border-color: #76735D;
}
.TagClassName
{
border-color: #76735D;
}
</style>