Shades of Kimberly #756D8A
Tints of Kimberly #756D8A
RGB
CMYK
RGB Variations
Color information
#756D8A (or 0x756D8A) is known color: Kimberly. HEX triplet: 75, 6D and 8A. RGB value is (117,109,138). Sum of RGB (Red+Green+Blue) = 117+109+138=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #756D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D8A is #8A9275. Grayscale: #727272. Windows color (decimal): -9081462 or 9071989. OLE color: 9071989.
HSL color Cylindrical-coordinate representation of color #756D8A: hue angle of 256.55º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756D8A is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 109 | 138 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.46 |
| HSL | 256.55º | 0.12% | 0.48% | - |
| HSV(B) | 256.55º | 0.21% | 0.54% | - |
| XYZ | 17.39 | 16.55 | 26.32 | - |
| YUV | 114.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 138 | 0.15 | 0.21 | 0 | 0.46 | 256.55 | 0.12 | 0.48 |
| Hex | 75 | 6D | 8A | F | 15 | 0 | 2E | 101 | C | 30 |
| Octal | 165 | 155 | 212 | 17 | 25 | 0 | 56 | 401 | 14 | 60 |
| Binary | 1110101 | 1101101 | 10001010 | 1111 | 10101 | 0 | 101110 | 100000001 | 1100 | 110000 |
Color Harmonies of #756D8A
Complementary color
Monochromatic Colors of #756D8A
Black with #756D8A
Text Example
Text Example
White with #756D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D8A; }
p { color: rgb(117,109,138); }
H1.HeaderClassName
{
color: #756D8A;
}
.AnyTagClassName
{
color: #756D8A;
}
</style>
background-color css
<style>
a { background-color: #756D8A; }
a { background-color: rgb(117,109,138); }
div.DivClassName
{
background-color: #756D8A;
}
.BgClassName
{
background-color: #756D8A;
}
</style>
border-color css
<style>
span { border-color: #756D8A; }
span { border-color: rgb(117,109,138); }
td.TdClassName
{
border-color: #756D8A;
}
.TagClassName
{
border-color: #756D8A;
}
</style>