Shades of Kimberly #756B89
Tints of Kimberly #756B89
RGB
CMYK
RGB Variations
Color information
#756B89 (or 0x756B89) is known color: Kimberly. HEX triplet: 75, 6B and 89. RGB value is (117,107,137). Sum of RGB (Red+Green+Blue) = 117+107+137=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #756B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B89 is #8A9476. Grayscale: #717171. Windows color (decimal): -9081975 or 9005941. OLE color: 9005941.
HSL color Cylindrical-coordinate representation of color #756B89: hue angle of 260º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #756B89 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 107 | 137 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.46 |
| HSL | 260º | 0.12% | 0.48% | - |
| HSV(B) | 260º | 0.22% | 0.54% | - |
| XYZ | 17.11 | 16.1 | 25.87 | - |
| YUV | 113.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 137 | 0.15 | 0.22 | 0 | 0.46 | 260 | 0.12 | 0.48 |
| Hex | 75 | 6B | 89 | F | 16 | 0 | 2E | 104 | C | 30 |
| Octal | 165 | 153 | 211 | 17 | 26 | 0 | 56 | 404 | 14 | 60 |
| Binary | 1110101 | 1101011 | 10001001 | 1111 | 10110 | 0 | 101110 | 100000100 | 1100 | 110000 |
Color Harmonies of #756B89
Complementary color
Monochromatic Colors of #756B89
Black with #756B89
Text Example
Text Example
White with #756B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B89; }
p { color: rgb(117,107,137); }
H1.HeaderClassName
{
color: #756B89;
}
.AnyTagClassName
{
color: #756B89;
}
</style>
background-color css
<style>
a { background-color: #756B89; }
a { background-color: rgb(117,107,137); }
div.DivClassName
{
background-color: #756B89;
}
.BgClassName
{
background-color: #756B89;
}
</style>
border-color css
<style>
span { border-color: #756B89; }
span { border-color: rgb(117,107,137); }
td.TdClassName
{
border-color: #756B89;
}
.TagClassName
{
border-color: #756B89;
}
</style>