Shades of Kimberly #756D86
Tints of Kimberly #756D86
RGB
CMYK
RGB Variations
Color information
#756D86 (or 0x756D86) is known color: Kimberly. HEX triplet: 75, 6D and 86. RGB value is (117,109,134). Sum of RGB (Red+Green+Blue) = 117+109+134=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #756D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D86 is #8A9279. Grayscale: #727272. Windows color (decimal): -9081466 or 8809845. OLE color: 8809845.
HSL color Cylindrical-coordinate representation of color #756D86: hue angle of 259.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #756D86 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 109 | 134 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.47 |
| HSL | 259.2º | 0.1% | 0.48% | - |
| HSV(B) | 259.2º | 0.19% | 0.53% | - |
| XYZ | 17.11 | 16.44 | 24.83 | - |
| YUV | 114.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 134 | 0.13 | 0.19 | 0 | 0.47 | 259.2 | 0.1 | 0.48 |
| Hex | 75 | 6D | 86 | D | 13 | 0 | 2F | 103 | A | 30 |
| Octal | 165 | 155 | 206 | 15 | 23 | 0 | 57 | 403 | 12 | 60 |
| Binary | 1110101 | 1101101 | 10000110 | 1101 | 10011 | 0 | 101111 | 100000011 | 1010 | 110000 |
Color Harmonies of #756D86
Complementary color
Monochromatic Colors of #756D86
Black with #756D86
Text Example
Text Example
White with #756D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D86; }
p { color: rgb(117,109,134); }
H1.HeaderClassName
{
color: #756D86;
}
.AnyTagClassName
{
color: #756D86;
}
</style>
background-color css
<style>
a { background-color: #756D86; }
a { background-color: rgb(117,109,134); }
div.DivClassName
{
background-color: #756D86;
}
.BgClassName
{
background-color: #756D86;
}
</style>
border-color css
<style>
span { border-color: #756D86; }
span { border-color: rgb(117,109,134); }
td.TdClassName
{
border-color: #756D86;
}
.TagClassName
{
border-color: #756D86;
}
</style>