Shades of Kokoda #76754E
Tints of Kokoda #76754E
RGB
CMYK
RGB Variations
Color information
#76754E (or 0x76754E) is known color: Kokoda. HEX triplet: 76, 75 and 4E. RGB value is (118,117,78). Sum of RGB (Red+Green+Blue) = 118+117+78=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76754E is #898AB1. Grayscale: #717171. Windows color (decimal): -9013938 or 5141878. OLE color: 5141878.
HSL color Cylindrical-coordinate representation of color #76754E: hue angle of 58.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 #76754E is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 78 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.54 |
| HSL | 58.5º | 0.2% | 0.38% | - |
| HSV(B) | 58.5º | 0.34% | 0.46% | - |
| XYZ | 15.21 | 17.12 | 9.71 | - |
| YUV | 112.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 78 | 0 | 0.01 | 0.34 | 0.54 | 58.5 | 0.2 | 0.38 |
| Hex | 76 | 75 | 4E | 0 | 1 | 22 | 36 | 3A | 14 | 26 |
| Octal | 166 | 165 | 116 | 0 | 1 | 42 | 66 | 72 | 24 | 46 |
| Binary | 1110110 | 1110101 | 1001110 | 0 | 1 | 100010 | 110110 | 111010 | 10100 | 100110 |
Color Harmonies of #76754E
Complementary color
Monochromatic Colors of #76754E
Black with #76754E
Text Example
Text Example
White with #76754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76754E; }
p { color: rgb(118,117,78); }
H1.HeaderClassName
{
color: #76754E;
}
.AnyTagClassName
{
color: #76754E;
}
</style>
background-color css
<style>
a { background-color: #76754E; }
a { background-color: rgb(118,117,78); }
div.DivClassName
{
background-color: #76754E;
}
.BgClassName
{
background-color: #76754E;
}
</style>
border-color css
<style>
span { border-color: #76754E; }
span { border-color: rgb(118,117,78); }
td.TdClassName
{
border-color: #76754E;
}
.TagClassName
{
border-color: #76754E;
}
</style>