Shades of Kimberly #756D89
Tints of Kimberly #756D89
RGB
CMYK
RGB Variations
Color information
#756D89 (or 0x756D89) is known color: Kimberly. HEX triplet: 75, 6D and 89. RGB value is (117,109,137). Sum of RGB (Red+Green+Blue) = 117+109+137=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #756D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D89 is #8A9276. Grayscale: #727272. Windows color (decimal): -9081463 or 9006453. OLE color: 9006453.
HSL color Cylindrical-coordinate representation of color #756D89: hue angle of 257.14º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #756D89 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 109 | 137 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.46 |
| HSL | 257.14º | 0.11% | 0.48% | - |
| HSV(B) | 257.14º | 0.2% | 0.54% | - |
| XYZ | 17.32 | 16.53 | 25.94 | - |
| YUV | 114.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 137 | 0.15 | 0.20 | 0 | 0.46 | 257.14 | 0.11 | 0.48 |
| Hex | 75 | 6D | 89 | F | 14 | 0 | 2E | 101 | B | 30 |
| Octal | 165 | 155 | 211 | 17 | 24 | 0 | 56 | 401 | 13 | 60 |
| Binary | 1110101 | 1101101 | 10001001 | 1111 | 10100 | 0 | 101110 | 100000001 | 1011 | 110000 |
Color Harmonies of #756D89
Complementary color
Monochromatic Colors of #756D89
Black with #756D89
Text Example
Text Example
White with #756D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D89; }
p { color: rgb(117,109,137); }
H1.HeaderClassName
{
color: #756D89;
}
.AnyTagClassName
{
color: #756D89;
}
</style>
background-color css
<style>
a { background-color: #756D89; }
a { background-color: rgb(117,109,137); }
div.DivClassName
{
background-color: #756D89;
}
.BgClassName
{
background-color: #756D89;
}
</style>
border-color css
<style>
span { border-color: #756D89; }
span { border-color: rgb(117,109,137); }
td.TdClassName
{
border-color: #756D89;
}
.TagClassName
{
border-color: #756D89;
}
</style>