Shades of Kimberly #76668C
Tints of Kimberly #76668C
RGB
CMYK
RGB Variations
Color information
#76668C (or 0x76668C) is known color: Kimberly. HEX triplet: 76, 66 and 8C. RGB value is (118,102,140). Sum of RGB (Red+Green+Blue) = 118+102+140=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #76668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76668C is #899973. Grayscale: #6E6E6E. Windows color (decimal): -9017716 or 9201270. OLE color: 9201270.
HSL color Cylindrical-coordinate representation of color #76668C: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76668C is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 102 | 140 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.45 |
| HSL | 265.26º | 0.16% | 0.47% | - |
| HSV(B) | 265.26º | 0.27% | 0.55% | - |
| XYZ | 16.96 | 15.25 | 26.86 | - |
| YUV | 111.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 140 | 0.16 | 0.27 | 0 | 0.45 | 265.26 | 0.16 | 0.47 |
| Hex | 76 | 66 | 8C | 10 | 1B | 0 | 2D | 109 | 10 | 2F |
| Octal | 166 | 146 | 214 | 20 | 33 | 0 | 55 | 411 | 20 | 57 |
| Binary | 1110110 | 1100110 | 10001100 | 10000 | 11011 | 0 | 101101 | 100001001 | 10000 | 101111 |
Color Harmonies of #76668C
Complementary color
Monochromatic Colors of #76668C
Black with #76668C
Text Example
Text Example
White with #76668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76668C; }
p { color: rgb(118,102,140); }
H1.HeaderClassName
{
color: #76668C;
}
.AnyTagClassName
{
color: #76668C;
}
</style>
background-color css
<style>
a { background-color: #76668C; }
a { background-color: rgb(118,102,140); }
div.DivClassName
{
background-color: #76668C;
}
.BgClassName
{
background-color: #76668C;
}
</style>
border-color css
<style>
span { border-color: #76668C; }
span { border-color: rgb(118,102,140); }
td.TdClassName
{
border-color: #76668C;
}
.TagClassName
{
border-color: #76668C;
}
</style>