Shades of Kokoda #76745E
Tints of Kokoda #76745E
RGB
CMYK
RGB Variations
Color information
#76745E (or 0x76745E) is known color: Kokoda. HEX triplet: 76, 74 and 5E. RGB value is (118,116,94). Sum of RGB (Red+Green+Blue) = 118+116+94=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #76745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76745E is #898BA1. Grayscale: #727272. Windows color (decimal): -9014178 or 6190198. OLE color: 6190198.
HSL color Cylindrical-coordinate representation of color #76745E: hue angle of 55º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76745E is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 94 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.54 |
| HSL | 55º | 0.11% | 0.42% | - |
| HSV(B) | 55º | 0.2% | 0.46% | - |
| XYZ | 15.74 | 17.15 | 13.07 | - |
| YUV | 114.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 94 | 0 | 0.02 | 0.20 | 0.54 | 55 | 0.11 | 0.42 |
| Hex | 76 | 74 | 5E | 0 | 2 | 14 | 36 | 37 | B | 2A |
| Octal | 166 | 164 | 136 | 0 | 2 | 24 | 66 | 67 | 13 | 52 |
| Binary | 1110110 | 1110100 | 1011110 | 0 | 10 | 10100 | 110110 | 110111 | 1011 | 101010 |
Color Harmonies of #76745E
Complementary color
Monochromatic Colors of #76745E
Black with #76745E
Text Example
Text Example
White with #76745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76745E; }
p { color: rgb(118,116,94); }
H1.HeaderClassName
{
color: #76745E;
}
.AnyTagClassName
{
color: #76745E;
}
</style>
background-color css
<style>
a { background-color: #76745E; }
a { background-color: rgb(118,116,94); }
div.DivClassName
{
background-color: #76745E;
}
.BgClassName
{
background-color: #76745E;
}
</style>
border-color css
<style>
span { border-color: #76745E; }
span { border-color: rgb(118,116,94); }
td.TdClassName
{
border-color: #76745E;
}
.TagClassName
{
border-color: #76745E;
}
</style>