Shades of Kokoda #757463
Tints of Kokoda #757463
RGB
CMYK
RGB Variations
Color information
#757463 (or 0x757463) is known color: Kokoda. HEX triplet: 75, 74 and 63. RGB value is (117,116,99). Sum of RGB (Red+Green+Blue) = 117+116+99=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #757463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757463 is #8A8B9C. Grayscale: #727272. Windows color (decimal): -9079709 or 6517877. OLE color: 6517877.
HSL color Cylindrical-coordinate representation of color #757463: hue angle of 56.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757463 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 99 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.54 |
| HSL | 56.67º | 0.08% | 0.42% | - |
| HSV(B) | 56.67º | 0.15% | 0.46% | - |
| XYZ | 15.83 | 17.17 | 14.28 | - |
| YUV | 114.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 99 | 0 | 0.01 | 0.15 | 0.54 | 56.67 | 0.08 | 0.42 |
| Hex | 75 | 74 | 63 | 0 | 1 | F | 36 | 39 | 8 | 2A |
| Octal | 165 | 164 | 143 | 0 | 1 | 17 | 66 | 71 | 10 | 52 |
| Binary | 1110101 | 1110100 | 1100011 | 0 | 1 | 1111 | 110110 | 111001 | 1000 | 101010 |
Color Harmonies of #757463
Complementary color
Monochromatic Colors of #757463
Black with #757463
Text Example
Text Example
White with #757463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757463; }
p { color: rgb(117,116,99); }
H1.HeaderClassName
{
color: #757463;
}
.AnyTagClassName
{
color: #757463;
}
</style>
background-color css
<style>
a { background-color: #757463; }
a { background-color: rgb(117,116,99); }
div.DivClassName
{
background-color: #757463;
}
.BgClassName
{
background-color: #757463;
}
</style>
border-color css
<style>
span { border-color: #757463; }
span { border-color: rgb(117,116,99); }
td.TdClassName
{
border-color: #757463;
}
.TagClassName
{
border-color: #757463;
}
</style>