Shades of Kimberly #756A87
Tints of Kimberly #756A87
RGB
CMYK
RGB Variations
Color information
#756A87 (or 0x756A87) is known color: Kimberly. HEX triplet: 75, 6A and 87. RGB value is (117,106,135). Sum of RGB (Red+Green+Blue) = 117+106+135=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #756A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A87 is #8A9578. Grayscale: #707070. Windows color (decimal): -9082233 or 8874613. OLE color: 8874613.
HSL color Cylindrical-coordinate representation of color #756A87: hue angle of 262.76º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756A87 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 106 | 135 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.47 |
| HSL | 262.76º | 0.12% | 0.47% | - |
| HSV(B) | 262.76º | 0.21% | 0.53% | - |
| XYZ | 16.86 | 15.84 | 25.09 | - |
| YUV | 112.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 135 | 0.13 | 0.21 | 0 | 0.47 | 262.76 | 0.12 | 0.47 |
| Hex | 75 | 6A | 87 | D | 15 | 0 | 2F | 107 | C | 2F |
| Octal | 165 | 152 | 207 | 15 | 25 | 0 | 57 | 407 | 14 | 57 |
| Binary | 1110101 | 1101010 | 10000111 | 1101 | 10101 | 0 | 101111 | 100000111 | 1100 | 101111 |
Color Harmonies of #756A87
Complementary color
Monochromatic Colors of #756A87
Black with #756A87
Text Example
Text Example
White with #756A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A87; }
p { color: rgb(117,106,135); }
H1.HeaderClassName
{
color: #756A87;
}
.AnyTagClassName
{
color: #756A87;
}
</style>
background-color css
<style>
a { background-color: #756A87; }
a { background-color: rgb(117,106,135); }
div.DivClassName
{
background-color: #756A87;
}
.BgClassName
{
background-color: #756A87;
}
</style>
border-color css
<style>
span { border-color: #756A87; }
span { border-color: rgb(117,106,135); }
td.TdClassName
{
border-color: #756A87;
}
.TagClassName
{
border-color: #756A87;
}
</style>