Shades of Kimberly #766C8A
Tints of Kimberly #766C8A
RGB
CMYK
RGB Variations
Color information
#766C8A (or 0x766C8A) is known color: Kimberly. HEX triplet: 76, 6C and 8A. RGB value is (118,108,138). Sum of RGB (Red+Green+Blue) = 118+108+138=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #766C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766C8A is #899375. Grayscale: #727272. Windows color (decimal): -9016182 or 9071734. OLE color: 9071734.
HSL color Cylindrical-coordinate representation of color #766C8A: hue angle of 260º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #766C8A is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 108 | 138 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.46 |
| HSL | 260º | 0.12% | 0.48% | - |
| HSV(B) | 260º | 0.22% | 0.54% | - |
| XYZ | 17.42 | 16.41 | 26.29 | - |
| YUV | 114.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 138 | 0.14 | 0.22 | 0 | 0.46 | 260 | 0.12 | 0.48 |
| Hex | 76 | 6C | 8A | E | 16 | 0 | 2E | 104 | C | 30 |
| Octal | 166 | 154 | 212 | 16 | 26 | 0 | 56 | 404 | 14 | 60 |
| Binary | 1110110 | 1101100 | 10001010 | 1110 | 10110 | 0 | 101110 | 100000100 | 1100 | 110000 |
Color Harmonies of #766C8A
Complementary color
Monochromatic Colors of #766C8A
Black with #766C8A
Text Example
Text Example
White with #766C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C8A; }
p { color: rgb(118,108,138); }
H1.HeaderClassName
{
color: #766C8A;
}
.AnyTagClassName
{
color: #766C8A;
}
</style>
background-color css
<style>
a { background-color: #766C8A; }
a { background-color: rgb(118,108,138); }
div.DivClassName
{
background-color: #766C8A;
}
.BgClassName
{
background-color: #766C8A;
}
</style>
border-color css
<style>
span { border-color: #766C8A; }
span { border-color: rgb(118,108,138); }
td.TdClassName
{
border-color: #766C8A;
}
.TagClassName
{
border-color: #766C8A;
}
</style>