Shades of Kimberly #76718B
Tints of Kimberly #76718B
RGB
CMYK
RGB Variations
Color information
#76718B (or 0x76718B) is known color: Kimberly. HEX triplet: 76, 71 and 8B. RGB value is (118,113,139). Sum of RGB (Red+Green+Blue) = 118+113+139=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #76718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76718B is #898E74. Grayscale: #757575. Windows color (decimal): -9014901 or 9138550. OLE color: 9138550.
HSL color Cylindrical-coordinate representation of color #76718B: hue angle of 251.54º degrees, saturation: 0.1, 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 #76718B is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 113 | 139 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.45 |
| HSL | 251.54º | 0.1% | 0.49% | - |
| HSV(B) | 251.54º | 0.19% | 0.55% | - |
| XYZ | 18.04 | 17.53 | 26.86 | - |
| YUV | 117.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 139 | 0.15 | 0.19 | 0 | 0.45 | 251.54 | 0.1 | 0.49 |
| Hex | 76 | 71 | 8B | F | 13 | 0 | 2D | FC | A | 31 |
| Octal | 166 | 161 | 213 | 17 | 23 | 0 | 55 | 374 | 12 | 61 |
| Binary | 1110110 | 1110001 | 10001011 | 1111 | 10011 | 0 | 101101 | 11111100 | 1010 | 110001 |
Color Harmonies of #76718B
Complementary color
Monochromatic Colors of #76718B
Black with #76718B
Text Example
Text Example
White with #76718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76718B; }
p { color: rgb(118,113,139); }
H1.HeaderClassName
{
color: #76718B;
}
.AnyTagClassName
{
color: #76718B;
}
</style>
background-color css
<style>
a { background-color: #76718B; }
a { background-color: rgb(118,113,139); }
div.DivClassName
{
background-color: #76718B;
}
.BgClassName
{
background-color: #76718B;
}
</style>
border-color css
<style>
span { border-color: #76718B; }
span { border-color: rgb(118,113,139); }
td.TdClassName
{
border-color: #76718B;
}
.TagClassName
{
border-color: #76718B;
}
</style>