Shades of Kimberly #766D8E
Tints of Kimberly #766D8E
RGB
CMYK
RGB Variations
Color information
#766D8E (or 0x766D8E) is known color: Kimberly. HEX triplet: 76, 6D and 8E. RGB value is (118,109,142). Sum of RGB (Red+Green+Blue) = 118+109+142=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #766D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D8E is #899271. Grayscale: #737373. Windows color (decimal): -9015922 or 9334134. OLE color: 9334134.
HSL color Cylindrical-coordinate representation of color #766D8E: hue angle of 256.36º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766D8E is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 109 | 142 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.44 |
| HSL | 256.36º | 0.13% | 0.49% | - |
| HSV(B) | 256.36º | 0.23% | 0.56% | - |
| XYZ | 17.82 | 16.74 | 27.88 | - |
| YUV | 115.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 142 | 0.17 | 0.23 | 0 | 0.44 | 256.36 | 0.13 | 0.49 |
| Hex | 76 | 6D | 8E | 11 | 17 | 0 | 2C | 100 | D | 31 |
| Octal | 166 | 155 | 216 | 21 | 27 | 0 | 54 | 400 | 15 | 61 |
| Binary | 1110110 | 1101101 | 10001110 | 10001 | 10111 | 0 | 101100 | 100000000 | 1101 | 110001 |
Color Harmonies of #766D8E
Complementary color
Monochromatic Colors of #766D8E
Black with #766D8E
Text Example
Text Example
White with #766D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D8E; }
p { color: rgb(118,109,142); }
H1.HeaderClassName
{
color: #766D8E;
}
.AnyTagClassName
{
color: #766D8E;
}
</style>
background-color css
<style>
a { background-color: #766D8E; }
a { background-color: rgb(118,109,142); }
div.DivClassName
{
background-color: #766D8E;
}
.BgClassName
{
background-color: #766D8E;
}
</style>
border-color css
<style>
span { border-color: #766D8E; }
span { border-color: rgb(118,109,142); }
td.TdClassName
{
border-color: #766D8E;
}
.TagClassName
{
border-color: #766D8E;
}
</style>