Shades of Kimberly #756A88
Tints of Kimberly #756A88
RGB
CMYK
RGB Variations
Color information
#756A88 (or 0x756A88) is known color: Kimberly. HEX triplet: 75, 6A and 88. RGB value is (117,106,136). Sum of RGB (Red+Green+Blue) = 117+106+136=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #756A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A88 is #8A9577. Grayscale: #707070. Windows color (decimal): -9082232 or 8940149. OLE color: 8940149.
HSL color Cylindrical-coordinate representation of color #756A88: hue angle of 262º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #756A88 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 106 | 136 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.47 |
| HSL | 262º | 0.12% | 0.47% | - |
| HSV(B) | 262º | 0.22% | 0.53% | - |
| XYZ | 16.93 | 15.87 | 25.46 | - |
| YUV | 112.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 136 | 0.14 | 0.22 | 0 | 0.47 | 262 | 0.12 | 0.47 |
| Hex | 75 | 6A | 88 | E | 16 | 0 | 2F | 106 | C | 2F |
| Octal | 165 | 152 | 210 | 16 | 26 | 0 | 57 | 406 | 14 | 57 |
| Binary | 1110101 | 1101010 | 10001000 | 1110 | 10110 | 0 | 101111 | 100000110 | 1100 | 101111 |
Color Harmonies of #756A88
Complementary color
Monochromatic Colors of #756A88
Black with #756A88
Text Example
Text Example
White with #756A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A88; }
p { color: rgb(117,106,136); }
H1.HeaderClassName
{
color: #756A88;
}
.AnyTagClassName
{
color: #756A88;
}
</style>
background-color css
<style>
a { background-color: #756A88; }
a { background-color: rgb(117,106,136); }
div.DivClassName
{
background-color: #756A88;
}
.BgClassName
{
background-color: #756A88;
}
</style>
border-color css
<style>
span { border-color: #756A88; }
span { border-color: rgb(117,106,136); }
td.TdClassName
{
border-color: #756A88;
}
.TagClassName
{
border-color: #756A88;
}
</style>