Shades of Kimberly #756B88
Tints of Kimberly #756B88
RGB
CMYK
RGB Variations
Color information
#756B88 (or 0x756B88) is known color: Kimberly. HEX triplet: 75, 6B and 88. RGB value is (117,107,136). Sum of RGB (Red+Green+Blue) = 117+107+136=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #756B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B88 is #8A9477. Grayscale: #717171. Windows color (decimal): -9081976 or 8940405. OLE color: 8940405.
HSL color Cylindrical-coordinate representation of color #756B88: hue angle of 260.69º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756B88 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 107 | 136 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.47 |
| HSL | 260.69º | 0.12% | 0.48% | - |
| HSV(B) | 260.69º | 0.21% | 0.53% | - |
| XYZ | 17.04 | 16.07 | 25.5 | - |
| YUV | 113.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 136 | 0.14 | 0.21 | 0 | 0.47 | 260.69 | 0.12 | 0.48 |
| Hex | 75 | 6B | 88 | E | 15 | 0 | 2F | 105 | C | 30 |
| Octal | 165 | 153 | 210 | 16 | 25 | 0 | 57 | 405 | 14 | 60 |
| Binary | 1110101 | 1101011 | 10001000 | 1110 | 10101 | 0 | 101111 | 100000101 | 1100 | 110000 |
Color Harmonies of #756B88
Complementary color
Monochromatic Colors of #756B88
Black with #756B88
Text Example
Text Example
White with #756B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B88; }
p { color: rgb(117,107,136); }
H1.HeaderClassName
{
color: #756B88;
}
.AnyTagClassName
{
color: #756B88;
}
</style>
background-color css
<style>
a { background-color: #756B88; }
a { background-color: rgb(117,107,136); }
div.DivClassName
{
background-color: #756B88;
}
.BgClassName
{
background-color: #756B88;
}
</style>
border-color css
<style>
span { border-color: #756B88; }
span { border-color: rgb(117,107,136); }
td.TdClassName
{
border-color: #756B88;
}
.TagClassName
{
border-color: #756B88;
}
</style>