Shades of Kimberly #756E8A
Tints of Kimberly #756E8A
RGB
CMYK
RGB Variations
Color information
#756E8A (or 0x756E8A) is known color: Kimberly. HEX triplet: 75, 6E and 8A. RGB value is (117,110,138). Sum of RGB (Red+Green+Blue) = 117+110+138=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #756E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E8A is #8A9175. Grayscale: #737373. Windows color (decimal): -9081206 or 9072245. OLE color: 9072245.
HSL color Cylindrical-coordinate representation of color #756E8A: hue angle of 255º 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 #756E8A is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 110 | 138 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.46 |
| HSL | 255º | 0.11% | 0.49% | - |
| HSV(B) | 255º | 0.2% | 0.54% | - |
| XYZ | 17.5 | 16.77 | 26.36 | - |
| YUV | 115.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 138 | 0.15 | 0.20 | 0 | 0.46 | 255 | 0.11 | 0.49 |
| Hex | 75 | 6E | 8A | F | 14 | 0 | 2E | FF | B | 31 |
| Octal | 165 | 156 | 212 | 17 | 24 | 0 | 56 | 377 | 13 | 61 |
| Binary | 1110101 | 1101110 | 10001010 | 1111 | 10100 | 0 | 101110 | 11111111 | 1011 | 110001 |
Color Harmonies of #756E8A
Complementary color
Monochromatic Colors of #756E8A
Black with #756E8A
Text Example
Text Example
White with #756E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E8A; }
p { color: rgb(117,110,138); }
H1.HeaderClassName
{
color: #756E8A;
}
.AnyTagClassName
{
color: #756E8A;
}
</style>
background-color css
<style>
a { background-color: #756E8A; }
a { background-color: rgb(117,110,138); }
div.DivClassName
{
background-color: #756E8A;
}
.BgClassName
{
background-color: #756E8A;
}
</style>
border-color css
<style>
span { border-color: #756E8A; }
span { border-color: rgb(117,110,138); }
td.TdClassName
{
border-color: #756E8A;
}
.TagClassName
{
border-color: #756E8A;
}
</style>