Shades of Kimberly #756F89
Tints of Kimberly #756F89
RGB
CMYK
RGB Variations
Color information
#756F89 (or 0x756F89) is known color: Kimberly. HEX triplet: 75, 6F and 89. RGB value is (117,111,137). Sum of RGB (Red+Green+Blue) = 117+111+137=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #756F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F89 is #8A9076. Grayscale: #737373. Windows color (decimal): -9080951 or 9006965. OLE color: 9006965.
HSL color Cylindrical-coordinate representation of color #756F89: hue angle of 253.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #756F89 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 111 | 137 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.46 |
| HSL | 253.85º | 0.1% | 0.49% | - |
| HSV(B) | 253.85º | 0.19% | 0.54% | - |
| XYZ | 17.54 | 16.96 | 26.02 | - |
| YUV | 115.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 137 | 0.15 | 0.19 | 0 | 0.46 | 253.85 | 0.1 | 0.49 |
| Hex | 75 | 6F | 89 | F | 13 | 0 | 2E | FE | A | 31 |
| Octal | 165 | 157 | 211 | 17 | 23 | 0 | 56 | 376 | 12 | 61 |
| Binary | 1110101 | 1101111 | 10001001 | 1111 | 10011 | 0 | 101110 | 11111110 | 1010 | 110001 |
Color Harmonies of #756F89
Complementary color
Monochromatic Colors of #756F89
Black with #756F89
Text Example
Text Example
White with #756F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F89; }
p { color: rgb(117,111,137); }
H1.HeaderClassName
{
color: #756F89;
}
.AnyTagClassName
{
color: #756F89;
}
</style>
background-color css
<style>
a { background-color: #756F89; }
a { background-color: rgb(117,111,137); }
div.DivClassName
{
background-color: #756F89;
}
.BgClassName
{
background-color: #756F89;
}
</style>
border-color css
<style>
span { border-color: #756F89; }
span { border-color: rgb(117,111,137); }
td.TdClassName
{
border-color: #756F89;
}
.TagClassName
{
border-color: #756F89;
}
</style>