Shades of Kimberly #756789
Tints of Kimberly #756789
RGB
CMYK
RGB Variations
Color information
#756789 (or 0x756789) is known color: Kimberly. HEX triplet: 75, 67 and 89. RGB value is (117,103,137). Sum of RGB (Red+Green+Blue) = 117+103+137=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 137 - color contains mainly: blue. Hex color #756789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756789 is #8A9876. Grayscale: #6E6E6E. Windows color (decimal): -9082999 or 9004917. OLE color: 9004917.
HSL color Cylindrical-coordinate representation of color #756789: hue angle of 264.71º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756789 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 103 | 137 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.46 |
| HSL | 264.71º | 0.14% | 0.47% | - |
| HSV(B) | 264.71º | 0.25% | 0.54% | - |
| XYZ | 16.7 | 15.29 | 25.74 | - |
| YUV | 111.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 137 | 0.15 | 0.25 | 0 | 0.46 | 264.71 | 0.14 | 0.47 |
| Hex | 75 | 67 | 89 | F | 19 | 0 | 2E | 109 | E | 2F |
| Octal | 165 | 147 | 211 | 17 | 31 | 0 | 56 | 411 | 16 | 57 |
| Binary | 1110101 | 1100111 | 10001001 | 1111 | 11001 | 0 | 101110 | 100001001 | 1110 | 101111 |
Color Harmonies of #756789
Complementary color
Monochromatic Colors of #756789
Black with #756789
Text Example
Text Example
White with #756789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756789; }
p { color: rgb(117,103,137); }
H1.HeaderClassName
{
color: #756789;
}
.AnyTagClassName
{
color: #756789;
}
</style>
background-color css
<style>
a { background-color: #756789; }
a { background-color: rgb(117,103,137); }
div.DivClassName
{
background-color: #756789;
}
.BgClassName
{
background-color: #756789;
}
</style>
border-color css
<style>
span { border-color: #756789; }
span { border-color: rgb(117,103,137); }
td.TdClassName
{
border-color: #756789;
}
.TagClassName
{
border-color: #756789;
}
</style>