Shades of Kimberly #766C89
Tints of Kimberly #766C89
RGB
CMYK
RGB Variations
Color information
#766C89 (or 0x766C89) is known color: Kimberly. HEX triplet: 76, 6C and 89. RGB value is (118,108,137). Sum of RGB (Red+Green+Blue) = 118+108+137=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #766C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766C89 is #899376. Grayscale: #727272. Windows color (decimal): -9016183 or 9006198. OLE color: 9006198.
HSL color Cylindrical-coordinate representation of color #766C89: hue angle of 260.69º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #766C89 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 108 | 137 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.46 |
| HSL | 260.69º | 0.12% | 0.48% | - |
| HSV(B) | 260.69º | 0.21% | 0.54% | - |
| XYZ | 17.35 | 16.38 | 25.91 | - |
| YUV | 114.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 137 | 0.14 | 0.21 | 0 | 0.46 | 260.69 | 0.12 | 0.48 |
| Hex | 76 | 6C | 89 | E | 15 | 0 | 2E | 105 | C | 30 |
| Octal | 166 | 154 | 211 | 16 | 25 | 0 | 56 | 405 | 14 | 60 |
| Binary | 1110110 | 1101100 | 10001001 | 1110 | 10101 | 0 | 101110 | 100000101 | 1100 | 110000 |
Color Harmonies of #766C89
Complementary color
Monochromatic Colors of #766C89
Black with #766C89
Text Example
Text Example
White with #766C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C89; }
p { color: rgb(118,108,137); }
H1.HeaderClassName
{
color: #766C89;
}
.AnyTagClassName
{
color: #766C89;
}
</style>
background-color css
<style>
a { background-color: #766C89; }
a { background-color: rgb(118,108,137); }
div.DivClassName
{
background-color: #766C89;
}
.BgClassName
{
background-color: #766C89;
}
</style>
border-color css
<style>
span { border-color: #766C89; }
span { border-color: rgb(118,108,137); }
td.TdClassName
{
border-color: #766C89;
}
.TagClassName
{
border-color: #766C89;
}
</style>