Shades of Kimberly #766D89
Tints of Kimberly #766D89
RGB
CMYK
RGB Variations
Color information
#766D89 (or 0x766D89) is known color: Kimberly. HEX triplet: 76, 6D and 89. RGB value is (118,109,137). Sum of RGB (Red+Green+Blue) = 118+109+137=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #766D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D89 is #899276. Grayscale: #727272. Windows color (decimal): -9015927 or 9006454. OLE color: 9006454.
HSL color Cylindrical-coordinate representation of color #766D89: hue angle of 259.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #766D89 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 109 | 137 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.46 |
| HSL | 259.29º | 0.11% | 0.48% | - |
| HSV(B) | 259.29º | 0.2% | 0.54% | - |
| XYZ | 17.46 | 16.59 | 25.95 | - |
| YUV | 114.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 137 | 0.14 | 0.20 | 0 | 0.46 | 259.29 | 0.11 | 0.48 |
| Hex | 76 | 6D | 89 | E | 14 | 0 | 2E | 103 | B | 30 |
| Octal | 166 | 155 | 211 | 16 | 24 | 0 | 56 | 403 | 13 | 60 |
| Binary | 1110110 | 1101101 | 10001001 | 1110 | 10100 | 0 | 101110 | 100000011 | 1011 | 110000 |
Color Harmonies of #766D89
Complementary color
Monochromatic Colors of #766D89
Black with #766D89
Text Example
Text Example
White with #766D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D89; }
p { color: rgb(118,109,137); }
H1.HeaderClassName
{
color: #766D89;
}
.AnyTagClassName
{
color: #766D89;
}
</style>
background-color css
<style>
a { background-color: #766D89; }
a { background-color: rgb(118,109,137); }
div.DivClassName
{
background-color: #766D89;
}
.BgClassName
{
background-color: #766D89;
}
</style>
border-color css
<style>
span { border-color: #766D89; }
span { border-color: rgb(118,109,137); }
td.TdClassName
{
border-color: #766D89;
}
.TagClassName
{
border-color: #766D89;
}
</style>