Shades of Kimberly #766D8A
Tints of Kimberly #766D8A
RGB
CMYK
RGB Variations
Color information
#766D8A (or 0x766D8A) is known color: Kimberly. HEX triplet: 76, 6D and 8A. RGB value is (118,109,138). Sum of RGB (Red+Green+Blue) = 118+109+138=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #766D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D8A is #899275. Grayscale: #727272. Windows color (decimal): -9015926 or 9071990. OLE color: 9071990.
HSL color Cylindrical-coordinate representation of color #766D8A: hue angle of 258.62º 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 #766D8A is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 109 | 138 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.46 |
| HSL | 258.62º | 0.12% | 0.48% | - |
| HSV(B) | 258.62º | 0.21% | 0.54% | - |
| XYZ | 17.53 | 16.62 | 26.33 | - |
| YUV | 115 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 138 | 0.14 | 0.21 | 0 | 0.46 | 258.62 | 0.12 | 0.48 |
| Hex | 76 | 6D | 8A | E | 15 | 0 | 2E | 103 | C | 30 |
| Octal | 166 | 155 | 212 | 16 | 25 | 0 | 56 | 403 | 14 | 60 |
| Binary | 1110110 | 1101101 | 10001010 | 1110 | 10101 | 0 | 101110 | 100000011 | 1100 | 110000 |
Color Harmonies of #766D8A
Complementary color
Monochromatic Colors of #766D8A
Black with #766D8A
Text Example
Text Example
White with #766D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D8A; }
p { color: rgb(118,109,138); }
H1.HeaderClassName
{
color: #766D8A;
}
.AnyTagClassName
{
color: #766D8A;
}
</style>
background-color css
<style>
a { background-color: #766D8A; }
a { background-color: rgb(118,109,138); }
div.DivClassName
{
background-color: #766D8A;
}
.BgClassName
{
background-color: #766D8A;
}
</style>
border-color css
<style>
span { border-color: #766D8A; }
span { border-color: rgb(118,109,138); }
td.TdClassName
{
border-color: #766D8A;
}
.TagClassName
{
border-color: #766D8A;
}
</style>