Shades of Kokoda #757256
Tints of Kokoda #757256
RGB
CMYK
RGB Variations
Color information
#757256 (or 0x757256) is known color: Kokoda. HEX triplet: 75, 72 and 56. RGB value is (117,114,86). Sum of RGB (Red+Green+Blue) = 117+114+86=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #757256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757256 is #8A8DA9. Grayscale: #6F6F6F. Windows color (decimal): -9080234 or 5665397. OLE color: 5665397.
HSL color Cylindrical-coordinate representation of color #757256: hue angle of 54.19º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757256 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 86 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.54 |
| HSL | 54.19º | 0.15% | 0.4% | - |
| HSV(B) | 54.19º | 0.26% | 0.46% | - |
| XYZ | 15.03 | 16.49 | 11.19 | - |
| YUV | 111.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 86 | 0 | 0.03 | 0.26 | 0.54 | 54.19 | 0.15 | 0.4 |
| Hex | 75 | 72 | 56 | 0 | 3 | 1A | 36 | 36 | F | 28 |
| Octal | 165 | 162 | 126 | 0 | 3 | 32 | 66 | 66 | 17 | 50 |
| Binary | 1110101 | 1110010 | 1010110 | 0 | 11 | 11010 | 110110 | 110110 | 1111 | 101000 |
Color Harmonies of #757256
Complementary color
Monochromatic Colors of #757256
Black with #757256
Text Example
Text Example
White with #757256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757256; }
p { color: rgb(117,114,86); }
H1.HeaderClassName
{
color: #757256;
}
.AnyTagClassName
{
color: #757256;
}
</style>
background-color css
<style>
a { background-color: #757256; }
a { background-color: rgb(117,114,86); }
div.DivClassName
{
background-color: #757256;
}
.BgClassName
{
background-color: #757256;
}
</style>
border-color css
<style>
span { border-color: #757256; }
span { border-color: rgb(117,114,86); }
td.TdClassName
{
border-color: #757256;
}
.TagClassName
{
border-color: #757256;
}
</style>