Shades of Kimberly #766B8E
Tints of Kimberly #766B8E
RGB
CMYK
RGB Variations
Color information
#766B8E (or 0x766B8E) is known color: Kimberly. HEX triplet: 76, 6B and 8E. RGB value is (118,107,142). Sum of RGB (Red+Green+Blue) = 118+107+142=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #766B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B8E is #899471. Grayscale: #727272. Windows color (decimal): -9016434 or 9333622. OLE color: 9333622.
HSL color Cylindrical-coordinate representation of color #766B8E: hue angle of 258.86º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766B8E is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 107 | 142 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.44 |
| HSL | 258.86º | 0.14% | 0.49% | - |
| HSV(B) | 258.86º | 0.25% | 0.56% | - |
| XYZ | 17.61 | 16.32 | 27.81 | - |
| YUV | 114.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 142 | 0.17 | 0.25 | 0 | 0.44 | 258.86 | 0.14 | 0.49 |
| Hex | 76 | 6B | 8E | 11 | 19 | 0 | 2C | 103 | E | 31 |
| Octal | 166 | 153 | 216 | 21 | 31 | 0 | 54 | 403 | 16 | 61 |
| Binary | 1110110 | 1101011 | 10001110 | 10001 | 11001 | 0 | 101100 | 100000011 | 1110 | 110001 |
Color Harmonies of #766B8E
Complementary color
Monochromatic Colors of #766B8E
Black with #766B8E
Text Example
Text Example
White with #766B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B8E; }
p { color: rgb(118,107,142); }
H1.HeaderClassName
{
color: #766B8E;
}
.AnyTagClassName
{
color: #766B8E;
}
</style>
background-color css
<style>
a { background-color: #766B8E; }
a { background-color: rgb(118,107,142); }
div.DivClassName
{
background-color: #766B8E;
}
.BgClassName
{
background-color: #766B8E;
}
</style>
border-color css
<style>
span { border-color: #766B8E; }
span { border-color: rgb(118,107,142); }
td.TdClassName
{
border-color: #766B8E;
}
.TagClassName
{
border-color: #766B8E;
}
</style>