Shades of Kimberly #766B8B
Tints of Kimberly #766B8B
RGB
CMYK
RGB Variations
Color information
#766B8B (or 0x766B8B) is known color: Kimberly. HEX triplet: 76, 6B and 8B. RGB value is (118,107,139). Sum of RGB (Red+Green+Blue) = 118+107+139=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #766B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B8B is #899474. Grayscale: #717171. Windows color (decimal): -9016437 or 9137014. OLE color: 9137014.
HSL color Cylindrical-coordinate representation of color #766B8B: hue angle of 260.62º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766B8B is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 107 | 139 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.45 |
| HSL | 260.63º | 0.13% | 0.48% | - |
| HSV(B) | 260.63º | 0.23% | 0.55% | - |
| XYZ | 17.39 | 16.23 | 26.64 | - |
| YUV | 113.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 139 | 0.15 | 0.23 | 0 | 0.45 | 260.63 | 0.13 | 0.48 |
| Hex | 76 | 6B | 8B | F | 17 | 0 | 2D | 105 | D | 30 |
| Octal | 166 | 153 | 213 | 17 | 27 | 0 | 55 | 405 | 15 | 60 |
| Binary | 1110110 | 1101011 | 10001011 | 1111 | 10111 | 0 | 101101 | 100000101 | 1101 | 110000 |
Color Harmonies of #766B8B
Complementary color
Monochromatic Colors of #766B8B
Black with #766B8B
Text Example
Text Example
White with #766B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B8B; }
p { color: rgb(118,107,139); }
H1.HeaderClassName
{
color: #766B8B;
}
.AnyTagClassName
{
color: #766B8B;
}
</style>
background-color css
<style>
a { background-color: #766B8B; }
a { background-color: rgb(118,107,139); }
div.DivClassName
{
background-color: #766B8B;
}
.BgClassName
{
background-color: #766B8B;
}
</style>
border-color css
<style>
span { border-color: #766B8B; }
span { border-color: rgb(118,107,139); }
td.TdClassName
{
border-color: #766B8B;
}
.TagClassName
{
border-color: #766B8B;
}
</style>