Shades of Kimberly #756F87
Tints of Kimberly #756F87
RGB
CMYK
RGB Variations
Color information
#756F87 (or 0x756F87) is known color: Kimberly. HEX triplet: 75, 6F and 87. RGB value is (117,111,135). Sum of RGB (Red+Green+Blue) = 117+111+135=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #756F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F87 is #8A9078. Grayscale: #737373. Windows color (decimal): -9080953 or 8875893. OLE color: 8875893.
HSL color Cylindrical-coordinate representation of color #756F87: hue angle of 255º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756F87 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 111 | 135 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.47 |
| HSL | 255º | 0.1% | 0.48% | - |
| HSV(B) | 255º | 0.18% | 0.53% | - |
| XYZ | 17.39 | 16.9 | 25.27 | - |
| YUV | 115.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 135 | 0.13 | 0.18 | 0 | 0.47 | 255 | 0.1 | 0.48 |
| Hex | 75 | 6F | 87 | D | 12 | 0 | 2F | FF | A | 30 |
| Octal | 165 | 157 | 207 | 15 | 22 | 0 | 57 | 377 | 12 | 60 |
| Binary | 1110101 | 1101111 | 10000111 | 1101 | 10010 | 0 | 101111 | 11111111 | 1010 | 110000 |
Color Harmonies of #756F87
Complementary color
Monochromatic Colors of #756F87
Black with #756F87
Text Example
Text Example
White with #756F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F87; }
p { color: rgb(117,111,135); }
H1.HeaderClassName
{
color: #756F87;
}
.AnyTagClassName
{
color: #756F87;
}
</style>
background-color css
<style>
a { background-color: #756F87; }
a { background-color: rgb(117,111,135); }
div.DivClassName
{
background-color: #756F87;
}
.BgClassName
{
background-color: #756F87;
}
</style>
border-color css
<style>
span { border-color: #756F87; }
span { border-color: rgb(117,111,135); }
td.TdClassName
{
border-color: #756F87;
}
.TagClassName
{
border-color: #756F87;
}
</style>