Shades of Kimberly #766F8B
Tints of Kimberly #766F8B
RGB
CMYK
RGB Variations
Color information
#766F8B (or 0x766F8B) is known color: Kimberly. HEX triplet: 76, 6F and 8B. RGB value is (118,111,139). Sum of RGB (Red+Green+Blue) = 118+111+139=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #766F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F8B is #899074. Grayscale: #747474. Windows color (decimal): -9015413 or 9138038. OLE color: 9138038.
HSL color Cylindrical-coordinate representation of color #766F8B: hue angle of 255º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #766F8B is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 111 | 139 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.45 |
| HSL | 255º | 0.11% | 0.49% | - |
| HSV(B) | 255º | 0.2% | 0.55% | - |
| XYZ | 17.82 | 17.08 | 26.78 | - |
| YUV | 116.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 139 | 0.15 | 0.20 | 0 | 0.45 | 255 | 0.11 | 0.49 |
| Hex | 76 | 6F | 8B | F | 14 | 0 | 2D | FF | B | 31 |
| Octal | 166 | 157 | 213 | 17 | 24 | 0 | 55 | 377 | 13 | 61 |
| Binary | 1110110 | 1101111 | 10001011 | 1111 | 10100 | 0 | 101101 | 11111111 | 1011 | 110001 |
Color Harmonies of #766F8B
Complementary color
Monochromatic Colors of #766F8B
Black with #766F8B
Text Example
Text Example
White with #766F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F8B; }
p { color: rgb(118,111,139); }
H1.HeaderClassName
{
color: #766F8B;
}
.AnyTagClassName
{
color: #766F8B;
}
</style>
background-color css
<style>
a { background-color: #766F8B; }
a { background-color: rgb(118,111,139); }
div.DivClassName
{
background-color: #766F8B;
}
.BgClassName
{
background-color: #766F8B;
}
</style>
border-color css
<style>
span { border-color: #766F8B; }
span { border-color: rgb(118,111,139); }
td.TdClassName
{
border-color: #766F8B;
}
.TagClassName
{
border-color: #766F8B;
}
</style>