Shades of Kimberly #716B86
Tints of Kimberly #716B86
RGB
CMYK
RGB Variations
Color information
#716B86 (or 0x716B86) is known color: Kimberly. HEX triplet: 71, 6B and 86. RGB value is (113,107,134). Sum of RGB (Red+Green+Blue) = 113+107+134=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #716B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B86 is #8E9479. Grayscale: #6F6F6F. Windows color (decimal): -9344122 or 8809329. OLE color: 8809329.
HSL color Cylindrical-coordinate representation of color #716B86: hue angle of 253.33º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716B86 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 107 | 134 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.47 |
| HSL | 253.33º | 0.11% | 0.47% | - |
| HSV(B) | 253.33º | 0.2% | 0.53% | - |
| XYZ | 16.37 | 15.75 | 24.73 | - |
| YUV | 111.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 134 | 0.16 | 0.20 | 0 | 0.47 | 253.33 | 0.11 | 0.47 |
| Hex | 71 | 6B | 86 | 10 | 14 | 0 | 2F | FD | B | 2F |
| Octal | 161 | 153 | 206 | 20 | 24 | 0 | 57 | 375 | 13 | 57 |
| Binary | 1110001 | 1101011 | 10000110 | 10000 | 10100 | 0 | 101111 | 11111101 | 1011 | 101111 |
Color Harmonies of #716B86
Complementary color
Monochromatic Colors of #716B86
Black with #716B86
Text Example
Text Example
White with #716B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B86; }
p { color: rgb(113,107,134); }
H1.HeaderClassName
{
color: #716B86;
}
.AnyTagClassName
{
color: #716B86;
}
</style>
background-color css
<style>
a { background-color: #716B86; }
a { background-color: rgb(113,107,134); }
div.DivClassName
{
background-color: #716B86;
}
.BgClassName
{
background-color: #716B86;
}
</style>
border-color css
<style>
span { border-color: #716B86; }
span { border-color: rgb(113,107,134); }
td.TdClassName
{
border-color: #716B86;
}
.TagClassName
{
border-color: #716B86;
}
</style>