Shades of Kokoda #757464
Tints of Kokoda #757464
RGB
CMYK
RGB Variations
Color information
#757464 (or 0x757464) is known color: Kokoda. HEX triplet: 75, 74 and 64. RGB value is (117,116,100). Sum of RGB (Red+Green+Blue) = 117+116+100=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #757464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757464 is #8A8B9B. Grayscale: #727272. Windows color (decimal): -9079708 or 6583413. OLE color: 6583413.
HSL color Cylindrical-coordinate representation of color #757464: hue angle of 56.47º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757464 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 100 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.54 |
| HSL | 56.47º | 0.08% | 0.43% | - |
| HSV(B) | 56.47º | 0.15% | 0.46% | - |
| XYZ | 15.88 | 17.19 | 14.54 | - |
| YUV | 114.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 100 | 0 | 0.01 | 0.15 | 0.54 | 56.47 | 0.08 | 0.43 |
| Hex | 75 | 74 | 64 | 0 | 1 | F | 36 | 38 | 8 | 2B |
| Octal | 165 | 164 | 144 | 0 | 1 | 17 | 66 | 70 | 10 | 53 |
| Binary | 1110101 | 1110100 | 1100100 | 0 | 1 | 1111 | 110110 | 111000 | 1000 | 101011 |
Color Harmonies of #757464
Complementary color
Monochromatic Colors of #757464
Black with #757464
Text Example
Text Example
White with #757464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757464; }
p { color: rgb(117,116,100); }
H1.HeaderClassName
{
color: #757464;
}
.AnyTagClassName
{
color: #757464;
}
</style>
background-color css
<style>
a { background-color: #757464; }
a { background-color: rgb(117,116,100); }
div.DivClassName
{
background-color: #757464;
}
.BgClassName
{
background-color: #757464;
}
</style>
border-color css
<style>
span { border-color: #757464; }
span { border-color: rgb(117,116,100); }
td.TdClassName
{
border-color: #757464;
}
.TagClassName
{
border-color: #757464;
}
</style>