Shades of Kimberly #76698D
Tints of Kimberly #76698D
RGB
CMYK
RGB Variations
Color information
#76698D (or 0x76698D) is known color: Kimberly. HEX triplet: 76, 69 and 8D. RGB value is (118,105,141). Sum of RGB (Red+Green+Blue) = 118+105+141=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #76698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76698D is #899672. Grayscale: #707070. Windows color (decimal): -9016947 or 9267574. OLE color: 9267574.
HSL color Cylindrical-coordinate representation of color #76698D: hue angle of 261.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76698D is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 105 | 141 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.45 |
| HSL | 261.67º | 0.15% | 0.48% | - |
| HSV(B) | 261.67º | 0.26% | 0.55% | - |
| XYZ | 17.33 | 15.88 | 27.35 | - |
| YUV | 112.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 141 | 0.16 | 0.26 | 0 | 0.45 | 261.67 | 0.15 | 0.48 |
| Hex | 76 | 69 | 8D | 10 | 1A | 0 | 2D | 106 | F | 30 |
| Octal | 166 | 151 | 215 | 20 | 32 | 0 | 55 | 406 | 17 | 60 |
| Binary | 1110110 | 1101001 | 10001101 | 10000 | 11010 | 0 | 101101 | 100000110 | 1111 | 110000 |
Color Harmonies of #76698D
Complementary color
Monochromatic Colors of #76698D
Black with #76698D
Text Example
Text Example
White with #76698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76698D; }
p { color: rgb(118,105,141); }
H1.HeaderClassName
{
color: #76698D;
}
.AnyTagClassName
{
color: #76698D;
}
</style>
background-color css
<style>
a { background-color: #76698D; }
a { background-color: rgb(118,105,141); }
div.DivClassName
{
background-color: #76698D;
}
.BgClassName
{
background-color: #76698D;
}
</style>
border-color css
<style>
span { border-color: #76698D; }
span { border-color: rgb(118,105,141); }
td.TdClassName
{
border-color: #76698D;
}
.TagClassName
{
border-color: #76698D;
}
</style>