Shades of Kimberly #76638D
Tints of Kimberly #76638D
RGB
CMYK
RGB Variations
Color information
#76638D (or 0x76638D) is known color: Kimberly. HEX triplet: 76, 63 and 8D. RGB value is (118,99,141). Sum of RGB (Red+Green+Blue) = 118+99+141=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #76638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76638D is #899C72. Grayscale: #6D6D6D. Windows color (decimal): -9018483 or 9266038. OLE color: 9266038.
HSL color Cylindrical-coordinate representation of color #76638D: hue angle of 267.14º 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 #76638D is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 99 | 141 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.45 |
| HSL | 267.14º | 0.18% | 0.47% | - |
| HSV(B) | 267.14º | 0.3% | 0.55% | - |
| XYZ | 16.74 | 14.7 | 27.15 | - |
| YUV | 109.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 141 | 0.16 | 0.30 | 0 | 0.45 | 267.14 | 0.18 | 0.47 |
| Hex | 76 | 63 | 8D | 10 | 1E | 0 | 2D | 10B | 12 | 2F |
| Octal | 166 | 143 | 215 | 20 | 36 | 0 | 55 | 413 | 22 | 57 |
| Binary | 1110110 | 1100011 | 10001101 | 10000 | 11110 | 0 | 101101 | 100001011 | 10010 | 101111 |
Color Harmonies of #76638D
Complementary color
Monochromatic Colors of #76638D
Black with #76638D
Text Example
Text Example
White with #76638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76638D; }
p { color: rgb(118,99,141); }
H1.HeaderClassName
{
color: #76638D;
}
.AnyTagClassName
{
color: #76638D;
}
</style>
background-color css
<style>
a { background-color: #76638D; }
a { background-color: rgb(118,99,141); }
div.DivClassName
{
background-color: #76638D;
}
.BgClassName
{
background-color: #76638D;
}
</style>
border-color css
<style>
span { border-color: #76638D; }
span { border-color: rgb(118,99,141); }
td.TdClassName
{
border-color: #76638D;
}
.TagClassName
{
border-color: #76638D;
}
</style>