Shades of Kimberly #76648D
Tints of Kimberly #76648D
RGB
CMYK
RGB Variations
Color information
#76648D (or 0x76648D) is known color: Kimberly. HEX triplet: 76, 64 and 8D. RGB value is (118,100,141). Sum of RGB (Red+Green+Blue) = 118+100+141=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #76648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76648D is #899B72. Grayscale: #6D6D6D. Windows color (decimal): -9018227 or 9266294. OLE color: 9266294.
HSL color Cylindrical-coordinate representation of color #76648D: hue angle of 266.34º 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 #76648D is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 100 | 141 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.45 |
| HSL | 266.34º | 0.17% | 0.47% | - |
| HSV(B) | 266.34º | 0.29% | 0.55% | - |
| XYZ | 16.84 | 14.89 | 27.19 | - |
| YUV | 110.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 141 | 0.16 | 0.29 | 0 | 0.45 | 266.34 | 0.17 | 0.47 |
| Hex | 76 | 64 | 8D | 10 | 1D | 0 | 2D | 10A | 11 | 2F |
| Octal | 166 | 144 | 215 | 20 | 35 | 0 | 55 | 412 | 21 | 57 |
| Binary | 1110110 | 1100100 | 10001101 | 10000 | 11101 | 0 | 101101 | 100001010 | 10001 | 101111 |
Color Harmonies of #76648D
Complementary color
Monochromatic Colors of #76648D
Black with #76648D
Text Example
Text Example
White with #76648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76648D; }
p { color: rgb(118,100,141); }
H1.HeaderClassName
{
color: #76648D;
}
.AnyTagClassName
{
color: #76648D;
}
</style>
background-color css
<style>
a { background-color: #76648D; }
a { background-color: rgb(118,100,141); }
div.DivClassName
{
background-color: #76648D;
}
.BgClassName
{
background-color: #76648D;
}
</style>
border-color css
<style>
span { border-color: #76648D; }
span { border-color: rgb(118,100,141); }
td.TdClassName
{
border-color: #76648D;
}
.TagClassName
{
border-color: #76648D;
}
</style>