Shades of Kimberly #75638D
Tints of Kimberly #75638D
RGB
CMYK
RGB Variations
Color information
#75638D (or 0x75638D) is known color: Kimberly. HEX triplet: 75, 63 and 8D. RGB value is (117,99,141). Sum of RGB (Red+Green+Blue) = 117+99+141=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #75638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75638D is #8A9C72. Grayscale: #6D6D6D. Windows color (decimal): -9084019 or 9266037. OLE color: 9266037.
HSL color Cylindrical-coordinate representation of color #75638D: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75638D is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 99 | 141 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.45 |
| HSL | 265.71º | 0.18% | 0.47% | - |
| HSV(B) | 265.71º | 0.3% | 0.55% | - |
| XYZ | 16.61 | 14.63 | 27.15 | - |
| YUV | 109.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 141 | 0.17 | 0.30 | 0 | 0.45 | 265.71 | 0.18 | 0.47 |
| Hex | 75 | 63 | 8D | 11 | 1E | 0 | 2D | 10A | 12 | 2F |
| Octal | 165 | 143 | 215 | 21 | 36 | 0 | 55 | 412 | 22 | 57 |
| Binary | 1110101 | 1100011 | 10001101 | 10001 | 11110 | 0 | 101101 | 100001010 | 10010 | 101111 |
Color Harmonies of #75638D
Complementary color
Monochromatic Colors of #75638D
Black with #75638D
Text Example
Text Example
White with #75638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75638D; }
p { color: rgb(117,99,141); }
H1.HeaderClassName
{
color: #75638D;
}
.AnyTagClassName
{
color: #75638D;
}
</style>
background-color css
<style>
a { background-color: #75638D; }
a { background-color: rgb(117,99,141); }
div.DivClassName
{
background-color: #75638D;
}
.BgClassName
{
background-color: #75638D;
}
</style>
border-color css
<style>
span { border-color: #75638D; }
span { border-color: rgb(117,99,141); }
td.TdClassName
{
border-color: #75638D;
}
.TagClassName
{
border-color: #75638D;
}
</style>