Shades of Kimberly #756A8A
Tints of Kimberly #756A8A
RGB
CMYK
RGB Variations
Color information
#756A8A (or 0x756A8A) is known color: Kimberly. HEX triplet: 75, 6A and 8A. RGB value is (117,106,138). Sum of RGB (Red+Green+Blue) = 117+106+138=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #756A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A8A is #8A9575. Grayscale: #707070. Windows color (decimal): -9082230 or 9071221. OLE color: 9071221.
HSL color Cylindrical-coordinate representation of color #756A8A: hue angle of 260.62º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #756A8A is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 106 | 138 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.46 |
| HSL | 260.63º | 0.13% | 0.48% | - |
| HSV(B) | 260.63º | 0.23% | 0.54% | - |
| XYZ | 17.08 | 15.92 | 26.22 | - |
| YUV | 112.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 138 | 0.15 | 0.23 | 0 | 0.46 | 260.63 | 0.13 | 0.48 |
| Hex | 75 | 6A | 8A | F | 17 | 0 | 2E | 105 | D | 30 |
| Octal | 165 | 152 | 212 | 17 | 27 | 0 | 56 | 405 | 15 | 60 |
| Binary | 1110101 | 1101010 | 10001010 | 1111 | 10111 | 0 | 101110 | 100000101 | 1101 | 110000 |
Color Harmonies of #756A8A
Complementary color
Monochromatic Colors of #756A8A
Black with #756A8A
Text Example
Text Example
White with #756A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A8A; }
p { color: rgb(117,106,138); }
H1.HeaderClassName
{
color: #756A8A;
}
.AnyTagClassName
{
color: #756A8A;
}
</style>
background-color css
<style>
a { background-color: #756A8A; }
a { background-color: rgb(117,106,138); }
div.DivClassName
{
background-color: #756A8A;
}
.BgClassName
{
background-color: #756A8A;
}
</style>
border-color css
<style>
span { border-color: #756A8A; }
span { border-color: rgb(117,106,138); }
td.TdClassName
{
border-color: #756A8A;
}
.TagClassName
{
border-color: #756A8A;
}
</style>