Shades of Kimberly #76708B
Tints of Kimberly #76708B
RGB
CMYK
RGB Variations
Color information
#76708B (or 0x76708B) is known color: Kimberly. HEX triplet: 76, 70 and 8B. RGB value is (118,112,139). Sum of RGB (Red+Green+Blue) = 118+112+139=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #76708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76708B is #898F74. Grayscale: #747474. Windows color (decimal): -9015157 or 9138294. OLE color: 9138294.
HSL color Cylindrical-coordinate representation of color #76708B: hue angle of 253.33º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76708B is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 112 | 139 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.45 |
| HSL | 253.33º | 0.11% | 0.49% | - |
| HSV(B) | 253.33º | 0.19% | 0.55% | - |
| XYZ | 17.93 | 17.3 | 26.82 | - |
| YUV | 116.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 139 | 0.15 | 0.19 | 0 | 0.45 | 253.33 | 0.11 | 0.49 |
| Hex | 76 | 70 | 8B | F | 13 | 0 | 2D | FD | B | 31 |
| Octal | 166 | 160 | 213 | 17 | 23 | 0 | 55 | 375 | 13 | 61 |
| Binary | 1110110 | 1110000 | 10001011 | 1111 | 10011 | 0 | 101101 | 11111101 | 1011 | 110001 |
Color Harmonies of #76708B
Complementary color
Monochromatic Colors of #76708B
Black with #76708B
Text Example
Text Example
White with #76708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76708B; }
p { color: rgb(118,112,139); }
H1.HeaderClassName
{
color: #76708B;
}
.AnyTagClassName
{
color: #76708B;
}
</style>
background-color css
<style>
a { background-color: #76708B; }
a { background-color: rgb(118,112,139); }
div.DivClassName
{
background-color: #76708B;
}
.BgClassName
{
background-color: #76708B;
}
</style>
border-color css
<style>
span { border-color: #76708B; }
span { border-color: rgb(118,112,139); }
td.TdClassName
{
border-color: #76708B;
}
.TagClassName
{
border-color: #76708B;
}
</style>