Shades of Kimberly #756F8A
Tints of Kimberly #756F8A
RGB
CMYK
RGB Variations
Color information
#756F8A (or 0x756F8A) is known color: Kimberly. HEX triplet: 75, 6F and 8A. RGB value is (117,111,138). Sum of RGB (Red+Green+Blue) = 117+111+138=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #756F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F8A is #8A9075. Grayscale: #737373. Windows color (decimal): -9080950 or 9072501. OLE color: 9072501.
HSL color Cylindrical-coordinate representation of color #756F8A: hue angle of 253.33º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #756F8A is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 111 | 138 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.46 |
| HSL | 253.33º | 0.11% | 0.49% | - |
| HSV(B) | 253.33º | 0.2% | 0.54% | - |
| XYZ | 17.61 | 16.99 | 26.4 | - |
| YUV | 115.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 138 | 0.15 | 0.20 | 0 | 0.46 | 253.33 | 0.11 | 0.49 |
| Hex | 75 | 6F | 8A | F | 14 | 0 | 2E | FD | B | 31 |
| Octal | 165 | 157 | 212 | 17 | 24 | 0 | 56 | 375 | 13 | 61 |
| Binary | 1110101 | 1101111 | 10001010 | 1111 | 10100 | 0 | 101110 | 11111101 | 1011 | 110001 |
Color Harmonies of #756F8A
Complementary color
Monochromatic Colors of #756F8A
Black with #756F8A
Text Example
Text Example
White with #756F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F8A; }
p { color: rgb(117,111,138); }
H1.HeaderClassName
{
color: #756F8A;
}
.AnyTagClassName
{
color: #756F8A;
}
</style>
background-color css
<style>
a { background-color: #756F8A; }
a { background-color: rgb(117,111,138); }
div.DivClassName
{
background-color: #756F8A;
}
.BgClassName
{
background-color: #756F8A;
}
</style>
border-color css
<style>
span { border-color: #756F8A; }
span { border-color: rgb(117,111,138); }
td.TdClassName
{
border-color: #756F8A;
}
.TagClassName
{
border-color: #756F8A;
}
</style>