Shades of Kokoda #76755D
Tints of Kokoda #76755D
RGB
CMYK
RGB Variations
Color information
#76755D (or 0x76755D) is known color: Kokoda. HEX triplet: 76, 75 and 5D. RGB value is (118,117,93). Sum of RGB (Red+Green+Blue) = 118+117+93=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #76755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76755D is #898AA2. Grayscale: #727272. Windows color (decimal): -9013923 or 6124918. OLE color: 6124918.
HSL color Cylindrical-coordinate representation of color #76755D: hue angle of 57.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76755D is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 93 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.54 |
| HSL | 57.6º | 0.12% | 0.41% | - |
| HSV(B) | 57.6º | 0.21% | 0.46% | - |
| XYZ | 15.81 | 17.36 | 12.87 | - |
| YUV | 114.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 93 | 0 | 0.01 | 0.21 | 0.54 | 57.6 | 0.12 | 0.41 |
| Hex | 76 | 75 | 5D | 0 | 1 | 15 | 36 | 3A | C | 29 |
| Octal | 166 | 165 | 135 | 0 | 1 | 25 | 66 | 72 | 14 | 51 |
| Binary | 1110110 | 1110101 | 1011101 | 0 | 1 | 10101 | 110110 | 111010 | 1100 | 101001 |
Color Harmonies of #76755D
Complementary color
Monochromatic Colors of #76755D
Black with #76755D
Text Example
Text Example
White with #76755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76755D; }
p { color: rgb(118,117,93); }
H1.HeaderClassName
{
color: #76755D;
}
.AnyTagClassName
{
color: #76755D;
}
</style>
background-color css
<style>
a { background-color: #76755D; }
a { background-color: rgb(118,117,93); }
div.DivClassName
{
background-color: #76755D;
}
.BgClassName
{
background-color: #76755D;
}
</style>
border-color css
<style>
span { border-color: #76755D; }
span { border-color: rgb(118,117,93); }
td.TdClassName
{
border-color: #76755D;
}
.TagClassName
{
border-color: #76755D;
}
</style>