Shades of Kokoda #76735C
Tints of Kokoda #76735C
RGB
CMYK
RGB Variations
Color information
#76735C (or 0x76735C) is known color: Kokoda. HEX triplet: 76, 73 and 5C. RGB value is (118,115,92). Sum of RGB (Red+Green+Blue) = 118+115+92=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76735C is #898CA3. Grayscale: #717171. Windows color (decimal): -9014436 or 6058870. OLE color: 6058870.
HSL color Cylindrical-coordinate representation of color #76735C: hue angle of 53.08º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76735C is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 92 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.54 |
| HSL | 53.08º | 0.12% | 0.41% | - |
| HSV(B) | 53.08º | 0.22% | 0.46% | - |
| XYZ | 15.53 | 16.89 | 12.57 | - |
| YUV | 113.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 92 | 0 | 0.03 | 0.22 | 0.54 | 53.08 | 0.12 | 0.41 |
| Hex | 76 | 73 | 5C | 0 | 3 | 16 | 36 | 35 | C | 29 |
| Octal | 166 | 163 | 134 | 0 | 3 | 26 | 66 | 65 | 14 | 51 |
| Binary | 1110110 | 1110011 | 1011100 | 0 | 11 | 10110 | 110110 | 110101 | 1100 | 101001 |
Color Harmonies of #76735C
Complementary color
Monochromatic Colors of #76735C
Black with #76735C
Text Example
Text Example
White with #76735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76735C; }
p { color: rgb(118,115,92); }
H1.HeaderClassName
{
color: #76735C;
}
.AnyTagClassName
{
color: #76735C;
}
</style>
background-color css
<style>
a { background-color: #76735C; }
a { background-color: rgb(118,115,92); }
div.DivClassName
{
background-color: #76735C;
}
.BgClassName
{
background-color: #76735C;
}
</style>
border-color css
<style>
span { border-color: #76735C; }
span { border-color: rgb(118,115,92); }
td.TdClassName
{
border-color: #76735C;
}
.TagClassName
{
border-color: #76735C;
}
</style>