Shades of Kimberly #766F8D
Tints of Kimberly #766F8D
RGB
CMYK
RGB Variations
Color information
#766F8D (or 0x766F8D) is known color: Kimberly. HEX triplet: 76, 6F and 8D. RGB value is (118,111,141). Sum of RGB (Red+Green+Blue) = 118+111+141=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #766F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F8D is #899072. Grayscale: #747474. Windows color (decimal): -9015411 or 9269110. OLE color: 9269110.
HSL color Cylindrical-coordinate representation of color #766F8D: hue angle of 254º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #766F8D is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 111 | 141 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.45 |
| HSL | 254º | 0.12% | 0.49% | - |
| HSV(B) | 254º | 0.21% | 0.55% | - |
| XYZ | 17.96 | 17.14 | 27.56 | - |
| YUV | 116.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 141 | 0.16 | 0.21 | 0 | 0.45 | 254 | 0.12 | 0.49 |
| Hex | 76 | 6F | 8D | 10 | 15 | 0 | 2D | FE | C | 31 |
| Octal | 166 | 157 | 215 | 20 | 25 | 0 | 55 | 376 | 14 | 61 |
| Binary | 1110110 | 1101111 | 10001101 | 10000 | 10101 | 0 | 101101 | 11111110 | 1100 | 110001 |
Color Harmonies of #766F8D
Complementary color
Monochromatic Colors of #766F8D
Black with #766F8D
Text Example
Text Example
White with #766F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F8D; }
p { color: rgb(118,111,141); }
H1.HeaderClassName
{
color: #766F8D;
}
.AnyTagClassName
{
color: #766F8D;
}
</style>
background-color css
<style>
a { background-color: #766F8D; }
a { background-color: rgb(118,111,141); }
div.DivClassName
{
background-color: #766F8D;
}
.BgClassName
{
background-color: #766F8D;
}
</style>
border-color css
<style>
span { border-color: #766F8D; }
span { border-color: rgb(118,111,141); }
td.TdClassName
{
border-color: #766F8D;
}
.TagClassName
{
border-color: #766F8D;
}
</style>