Shades of Kimberly #76668F
Tints of Kimberly #76668F
RGB
CMYK
RGB Variations
Color information
#76668F (or 0x76668F) is known color: Kimberly. HEX triplet: 76, 66 and 8F. RGB value is (118,102,143). Sum of RGB (Red+Green+Blue) = 118+102+143=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #76668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76668F is #899970. Grayscale: #6F6F6F. Windows color (decimal): -9017713 or 9397878. OLE color: 9397878.
HSL color Cylindrical-coordinate representation of color #76668F: hue angle of 263.41º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76668F is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 102 | 143 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.44 |
| HSL | 263.41º | 0.17% | 0.48% | - |
| HSV(B) | 263.41º | 0.29% | 0.56% | - |
| XYZ | 17.18 | 15.34 | 28.04 | - |
| YUV | 111.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 143 | 0.17 | 0.29 | 0 | 0.44 | 263.41 | 0.17 | 0.48 |
| Hex | 76 | 66 | 8F | 11 | 1D | 0 | 2C | 107 | 11 | 30 |
| Octal | 166 | 146 | 217 | 21 | 35 | 0 | 54 | 407 | 21 | 60 |
| Binary | 1110110 | 1100110 | 10001111 | 10001 | 11101 | 0 | 101100 | 100000111 | 10001 | 110000 |
Color Harmonies of #76668F
Complementary color
Monochromatic Colors of #76668F
Black with #76668F
Text Example
Text Example
White with #76668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76668F; }
p { color: rgb(118,102,143); }
H1.HeaderClassName
{
color: #76668F;
}
.AnyTagClassName
{
color: #76668F;
}
</style>
background-color css
<style>
a { background-color: #76668F; }
a { background-color: rgb(118,102,143); }
div.DivClassName
{
background-color: #76668F;
}
.BgClassName
{
background-color: #76668F;
}
</style>
border-color css
<style>
span { border-color: #76668F; }
span { border-color: rgb(118,102,143); }
td.TdClassName
{
border-color: #76668F;
}
.TagClassName
{
border-color: #76668F;
}
</style>