Shades of Kimberly #76688A
Tints of Kimberly #76688A
RGB
CMYK
RGB Variations
Color information
#76688A (or 0x76688A) is known color: Kimberly. HEX triplet: 76, 68 and 8A. RGB value is (118,104,138). Sum of RGB (Red+Green+Blue) = 118+104+138=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #76688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76688A is #899775. Grayscale: #6F6F6F. Windows color (decimal): -9017206 or 9070710. OLE color: 9070710.
HSL color Cylindrical-coordinate representation of color #76688A: hue angle of 264.71º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76688A is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 104 | 138 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.46 |
| HSL | 264.71º | 0.14% | 0.47% | - |
| HSV(B) | 264.71º | 0.25% | 0.54% | - |
| XYZ | 17.01 | 15.59 | 26.16 | - |
| YUV | 112.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 138 | 0.14 | 0.25 | 0 | 0.46 | 264.71 | 0.14 | 0.47 |
| Hex | 76 | 68 | 8A | E | 19 | 0 | 2E | 109 | E | 2F |
| Octal | 166 | 150 | 212 | 16 | 31 | 0 | 56 | 411 | 16 | 57 |
| Binary | 1110110 | 1101000 | 10001010 | 1110 | 11001 | 0 | 101110 | 100001001 | 1110 | 101111 |
Color Harmonies of #76688A
Complementary color
Monochromatic Colors of #76688A
Black with #76688A
Text Example
Text Example
White with #76688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76688A; }
p { color: rgb(118,104,138); }
H1.HeaderClassName
{
color: #76688A;
}
.AnyTagClassName
{
color: #76688A;
}
</style>
background-color css
<style>
a { background-color: #76688A; }
a { background-color: rgb(118,104,138); }
div.DivClassName
{
background-color: #76688A;
}
.BgClassName
{
background-color: #76688A;
}
</style>
border-color css
<style>
span { border-color: #76688A; }
span { border-color: rgb(118,104,138); }
td.TdClassName
{
border-color: #76688A;
}
.TagClassName
{
border-color: #76688A;
}
</style>