Shades of Kimberly #716A87
Tints of Kimberly #716A87
RGB
CMYK
RGB Variations
Color information
#716A87 (or 0x716A87) is known color: Kimberly. HEX triplet: 71, 6A and 87. RGB value is (113,106,135). Sum of RGB (Red+Green+Blue) = 113+106+135=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #716A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A87 is #8E9578. Grayscale: #6F6F6F. Windows color (decimal): -9344377 or 8874609. OLE color: 8874609.
HSL color Cylindrical-coordinate representation of color #716A87: hue angle of 254.48º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716A87 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 106 | 135 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.47 |
| HSL | 254.48º | 0.12% | 0.47% | - |
| HSV(B) | 254.48º | 0.21% | 0.53% | - |
| XYZ | 16.34 | 15.57 | 25.07 | - |
| YUV | 111.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 135 | 0.16 | 0.21 | 0 | 0.47 | 254.48 | 0.12 | 0.47 |
| Hex | 71 | 6A | 87 | 10 | 15 | 0 | 2F | FE | C | 2F |
| Octal | 161 | 152 | 207 | 20 | 25 | 0 | 57 | 376 | 14 | 57 |
| Binary | 1110001 | 1101010 | 10000111 | 10000 | 10101 | 0 | 101111 | 11111110 | 1100 | 101111 |
Color Harmonies of #716A87
Complementary color
Monochromatic Colors of #716A87
Black with #716A87
Text Example
Text Example
White with #716A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A87; }
p { color: rgb(113,106,135); }
H1.HeaderClassName
{
color: #716A87;
}
.AnyTagClassName
{
color: #716A87;
}
</style>
background-color css
<style>
a { background-color: #716A87; }
a { background-color: rgb(113,106,135); }
div.DivClassName
{
background-color: #716A87;
}
.BgClassName
{
background-color: #716A87;
}
</style>
border-color css
<style>
span { border-color: #716A87; }
span { border-color: rgb(113,106,135); }
td.TdClassName
{
border-color: #716A87;
}
.TagClassName
{
border-color: #716A87;
}
</style>