Shades of Kimberly #75648C
Tints of Kimberly #75648C
RGB
CMYK
RGB Variations
Color information
#75648C (or 0x75648C) is known color: Kimberly. HEX triplet: 75, 64 and 8C. RGB value is (117,100,140). Sum of RGB (Red+Green+Blue) = 117+100+140=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #75648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75648C is #8A9B73. Grayscale: #6D6D6D. Windows color (decimal): -9083764 or 9200757. OLE color: 9200757.
HSL color Cylindrical-coordinate representation of color #75648C: hue angle of 265.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75648C is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 100 | 140 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.45 |
| HSL | 265.5º | 0.17% | 0.47% | - |
| HSV(B) | 265.5º | 0.29% | 0.55% | - |
| XYZ | 16.63 | 14.79 | 26.79 | - |
| YUV | 109.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 140 | 0.16 | 0.29 | 0 | 0.45 | 265.5 | 0.17 | 0.47 |
| Hex | 75 | 64 | 8C | 10 | 1D | 0 | 2D | 10A | 11 | 2F |
| Octal | 165 | 144 | 214 | 20 | 35 | 0 | 55 | 412 | 21 | 57 |
| Binary | 1110101 | 1100100 | 10001100 | 10000 | 11101 | 0 | 101101 | 100001010 | 10001 | 101111 |
Color Harmonies of #75648C
Complementary color
Monochromatic Colors of #75648C
Black with #75648C
Text Example
Text Example
White with #75648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75648C; }
p { color: rgb(117,100,140); }
H1.HeaderClassName
{
color: #75648C;
}
.AnyTagClassName
{
color: #75648C;
}
</style>
background-color css
<style>
a { background-color: #75648C; }
a { background-color: rgb(117,100,140); }
div.DivClassName
{
background-color: #75648C;
}
.BgClassName
{
background-color: #75648C;
}
</style>
border-color css
<style>
span { border-color: #75648C; }
span { border-color: rgb(117,100,140); }
td.TdClassName
{
border-color: #75648C;
}
.TagClassName
{
border-color: #75648C;
}
</style>