Shades of Kimberly #76698A
Tints of Kimberly #76698A
RGB
CMYK
RGB Variations
Color information
#76698A (or 0x76698A) is known color: Kimberly. HEX triplet: 76, 69 and 8A. RGB value is (118,105,138). Sum of RGB (Red+Green+Blue) = 118+105+138=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #76698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76698A is #899675. Grayscale: #707070. Windows color (decimal): -9016950 or 9070966. OLE color: 9070966.
HSL color Cylindrical-coordinate representation of color #76698A: hue angle of 263.64º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76698A is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 105 | 138 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.46 |
| HSL | 263.64º | 0.14% | 0.48% | - |
| HSV(B) | 263.64º | 0.24% | 0.54% | - |
| XYZ | 17.11 | 15.79 | 26.19 | - |
| YUV | 112.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 138 | 0.14 | 0.24 | 0 | 0.46 | 263.64 | 0.14 | 0.48 |
| Hex | 76 | 69 | 8A | E | 18 | 0 | 2E | 108 | E | 30 |
| Octal | 166 | 151 | 212 | 16 | 30 | 0 | 56 | 410 | 16 | 60 |
| Binary | 1110110 | 1101001 | 10001010 | 1110 | 11000 | 0 | 101110 | 100001000 | 1110 | 110000 |
Color Harmonies of #76698A
Complementary color
Monochromatic Colors of #76698A
Black with #76698A
Text Example
Text Example
White with #76698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76698A; }
p { color: rgb(118,105,138); }
H1.HeaderClassName
{
color: #76698A;
}
.AnyTagClassName
{
color: #76698A;
}
</style>
background-color css
<style>
a { background-color: #76698A; }
a { background-color: rgb(118,105,138); }
div.DivClassName
{
background-color: #76698A;
}
.BgClassName
{
background-color: #76698A;
}
</style>
border-color css
<style>
span { border-color: #76698A; }
span { border-color: rgb(118,105,138); }
td.TdClassName
{
border-color: #76698A;
}
.TagClassName
{
border-color: #76698A;
}
</style>