Shades of Kimberly #75638E
Tints of Kimberly #75638E
RGB
CMYK
RGB Variations
Color information
#75638E (or 0x75638E) is known color: Kimberly. HEX triplet: 75, 63 and 8E. RGB value is (117,99,142). Sum of RGB (Red+Green+Blue) = 117+99+142=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #75638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75638E is #8A9C71. Grayscale: #6D6D6D. Windows color (decimal): -9084018 or 9331573. OLE color: 9331573.
HSL color Cylindrical-coordinate representation of color #75638E: hue angle of 265.12º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75638E is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 99 | 142 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.44 |
| HSL | 265.12º | 0.18% | 0.47% | - |
| HSV(B) | 265.12º | 0.3% | 0.56% | - |
| XYZ | 16.68 | 14.66 | 27.54 | - |
| YUV | 109.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 142 | 0.18 | 0.30 | 0 | 0.44 | 265.12 | 0.18 | 0.47 |
| Hex | 75 | 63 | 8E | 12 | 1E | 0 | 2C | 109 | 12 | 2F |
| Octal | 165 | 143 | 216 | 22 | 36 | 0 | 54 | 411 | 22 | 57 |
| Binary | 1110101 | 1100011 | 10001110 | 10010 | 11110 | 0 | 101100 | 100001001 | 10010 | 101111 |
Color Harmonies of #75638E
Complementary color
Monochromatic Colors of #75638E
Black with #75638E
Text Example
Text Example
White with #75638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75638E; }
p { color: rgb(117,99,142); }
H1.HeaderClassName
{
color: #75638E;
}
.AnyTagClassName
{
color: #75638E;
}
</style>
background-color css
<style>
a { background-color: #75638E; }
a { background-color: rgb(117,99,142); }
div.DivClassName
{
background-color: #75638E;
}
.BgClassName
{
background-color: #75638E;
}
</style>
border-color css
<style>
span { border-color: #75638E; }
span { border-color: rgb(117,99,142); }
td.TdClassName
{
border-color: #75638E;
}
.TagClassName
{
border-color: #75638E;
}
</style>