Shades of Kokoda #76745A
Tints of Kokoda #76745A
RGB
CMYK
RGB Variations
Color information
#76745A (or 0x76745A) is known color: Kokoda. HEX triplet: 76, 74 and 5A. RGB value is (118,116,90). Sum of RGB (Red+Green+Blue) = 118+116+90=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #76745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76745A is #898BA5. Grayscale: #717171. Windows color (decimal): -9014182 or 5928054. OLE color: 5928054.
HSL color Cylindrical-coordinate representation of color #76745A: hue angle of 55.71º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76745A is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 90 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.54 |
| HSL | 55.71º | 0.13% | 0.41% | - |
| HSV(B) | 55.71º | 0.24% | 0.46% | - |
| XYZ | 15.56 | 17.08 | 12.15 | - |
| YUV | 113.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 90 | 0 | 0.02 | 0.24 | 0.54 | 55.71 | 0.13 | 0.41 |
| Hex | 76 | 74 | 5A | 0 | 2 | 18 | 36 | 38 | D | 29 |
| Octal | 166 | 164 | 132 | 0 | 2 | 30 | 66 | 70 | 15 | 51 |
| Binary | 1110110 | 1110100 | 1011010 | 0 | 10 | 11000 | 110110 | 111000 | 1101 | 101001 |
Color Harmonies of #76745A
Complementary color
Monochromatic Colors of #76745A
Black with #76745A
Text Example
Text Example
White with #76745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76745A; }
p { color: rgb(118,116,90); }
H1.HeaderClassName
{
color: #76745A;
}
.AnyTagClassName
{
color: #76745A;
}
</style>
background-color css
<style>
a { background-color: #76745A; }
a { background-color: rgb(118,116,90); }
div.DivClassName
{
background-color: #76745A;
}
.BgClassName
{
background-color: #76745A;
}
</style>
border-color css
<style>
span { border-color: #76745A; }
span { border-color: rgb(118,116,90); }
td.TdClassName
{
border-color: #76745A;
}
.TagClassName
{
border-color: #76745A;
}
</style>