Shades of Kokoda #76734E
Tints of Kokoda #76734E
RGB
CMYK
RGB Variations
Color information
#76734E (or 0x76734E) is known color: Kokoda. HEX triplet: 76, 73 and 4E. RGB value is (118,115,78). Sum of RGB (Red+Green+Blue) = 118+115+78=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76734E is #898CB1. Grayscale: #6F6F6F. Windows color (decimal): -9014450 or 5141366. OLE color: 5141366.
HSL color Cylindrical-coordinate representation of color #76734E: hue angle of 55.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76734E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 78 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.54 |
| HSL | 55.5º | 0.2% | 0.38% | - |
| HSV(B) | 55.5º | 0.34% | 0.46% | - |
| XYZ | 14.98 | 16.66 | 9.63 | - |
| YUV | 111.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 78 | 0 | 0.03 | 0.34 | 0.54 | 55.5 | 0.2 | 0.38 |
| Hex | 76 | 73 | 4E | 0 | 3 | 22 | 36 | 38 | 14 | 26 |
| Octal | 166 | 163 | 116 | 0 | 3 | 42 | 66 | 70 | 24 | 46 |
| Binary | 1110110 | 1110011 | 1001110 | 0 | 11 | 100010 | 110110 | 111000 | 10100 | 100110 |
Color Harmonies of #76734E
Complementary color
Monochromatic Colors of #76734E
Black with #76734E
Text Example
Text Example
White with #76734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76734E; }
p { color: rgb(118,115,78); }
H1.HeaderClassName
{
color: #76734E;
}
.AnyTagClassName
{
color: #76734E;
}
</style>
background-color css
<style>
a { background-color: #76734E; }
a { background-color: rgb(118,115,78); }
div.DivClassName
{
background-color: #76734E;
}
.BgClassName
{
background-color: #76734E;
}
</style>
border-color css
<style>
span { border-color: #76734E; }
span { border-color: rgb(118,115,78); }
td.TdClassName
{
border-color: #76734E;
}
.TagClassName
{
border-color: #76734E;
}
</style>