Shades of Kimberly #76658C
Tints of Kimberly #76658C
RGB
CMYK
RGB Variations
Color information
#76658C (or 0x76658C) is known color: Kimberly. HEX triplet: 76, 65 and 8C. RGB value is (118,101,140). Sum of RGB (Red+Green+Blue) = 118+101+140=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #76658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76658C is #899A73. Grayscale: #6E6E6E. Windows color (decimal): -9017972 or 9201014. OLE color: 9201014.
HSL color Cylindrical-coordinate representation of color #76658C: hue angle of 266.15º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76658C is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 101 | 140 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.45 |
| HSL | 266.15º | 0.16% | 0.47% | - |
| HSV(B) | 266.15º | 0.28% | 0.55% | - |
| XYZ | 16.86 | 15.05 | 26.83 | - |
| YUV | 110.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 140 | 0.16 | 0.28 | 0 | 0.45 | 266.15 | 0.16 | 0.47 |
| Hex | 76 | 65 | 8C | 10 | 1C | 0 | 2D | 10A | 10 | 2F |
| Octal | 166 | 145 | 214 | 20 | 34 | 0 | 55 | 412 | 20 | 57 |
| Binary | 1110110 | 1100101 | 10001100 | 10000 | 11100 | 0 | 101101 | 100001010 | 10000 | 101111 |
Color Harmonies of #76658C
Complementary color
Monochromatic Colors of #76658C
Black with #76658C
Text Example
Text Example
White with #76658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76658C; }
p { color: rgb(118,101,140); }
H1.HeaderClassName
{
color: #76658C;
}
.AnyTagClassName
{
color: #76658C;
}
</style>
background-color css
<style>
a { background-color: #76658C; }
a { background-color: rgb(118,101,140); }
div.DivClassName
{
background-color: #76658C;
}
.BgClassName
{
background-color: #76658C;
}
</style>
border-color css
<style>
span { border-color: #76658C; }
span { border-color: rgb(118,101,140); }
td.TdClassName
{
border-color: #76658C;
}
.TagClassName
{
border-color: #76658C;
}
</style>