Shades of Kimberly #756D8C
Tints of Kimberly #756D8C
RGB
CMYK
RGB Variations
Color information
#756D8C (or 0x756D8C) is known color: Kimberly. HEX triplet: 75, 6D and 8C. RGB value is (117,109,140). Sum of RGB (Red+Green+Blue) = 117+109+140=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #756D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D8C is #8A9273. Grayscale: #727272. Windows color (decimal): -9081460 or 9203061. OLE color: 9203061.
HSL color Cylindrical-coordinate representation of color #756D8C: hue angle of 255.48º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #756D8C is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 109 | 140 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.45 |
| HSL | 255.48º | 0.12% | 0.49% | - |
| HSV(B) | 255.48º | 0.22% | 0.55% | - |
| XYZ | 17.54 | 16.61 | 27.09 | - |
| YUV | 114.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 140 | 0.16 | 0.22 | 0 | 0.45 | 255.48 | 0.12 | 0.49 |
| Hex | 75 | 6D | 8C | 10 | 16 | 0 | 2D | FF | C | 31 |
| Octal | 165 | 155 | 214 | 20 | 26 | 0 | 55 | 377 | 14 | 61 |
| Binary | 1110101 | 1101101 | 10001100 | 10000 | 10110 | 0 | 101101 | 11111111 | 1100 | 110001 |
Color Harmonies of #756D8C
Complementary color
Monochromatic Colors of #756D8C
Black with #756D8C
Text Example
Text Example
White with #756D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D8C; }
p { color: rgb(117,109,140); }
H1.HeaderClassName
{
color: #756D8C;
}
.AnyTagClassName
{
color: #756D8C;
}
</style>
background-color css
<style>
a { background-color: #756D8C; }
a { background-color: rgb(117,109,140); }
div.DivClassName
{
background-color: #756D8C;
}
.BgClassName
{
background-color: #756D8C;
}
</style>
border-color css
<style>
span { border-color: #756D8C; }
span { border-color: rgb(117,109,140); }
td.TdClassName
{
border-color: #756D8C;
}
.TagClassName
{
border-color: #756D8C;
}
</style>