Shades of Kimberly #716E89
Tints of Kimberly #716E89
RGB
CMYK
RGB Variations
Color information
#716E89 (or 0x716E89) is known color: Kimberly. HEX triplet: 71, 6E and 89. RGB value is (113,110,137). Sum of RGB (Red+Green+Blue) = 113+110+137=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #716E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E89 is #8E9176. Grayscale: #717171. Windows color (decimal): -9343351 or 9006705. OLE color: 9006705.
HSL color Cylindrical-coordinate representation of color #716E89: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716E89 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 110 | 137 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.46 |
| HSL | 246.67º | 0.11% | 0.48% | - |
| HSV(B) | 246.67º | 0.2% | 0.54% | - |
| XYZ | 16.9 | 16.47 | 25.95 | - |
| YUV | 113.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 137 | 0.18 | 0.20 | 0 | 0.46 | 246.67 | 0.11 | 0.48 |
| Hex | 71 | 6E | 89 | 12 | 14 | 0 | 2E | F7 | B | 30 |
| Octal | 161 | 156 | 211 | 22 | 24 | 0 | 56 | 367 | 13 | 60 |
| Binary | 1110001 | 1101110 | 10001001 | 10010 | 10100 | 0 | 101110 | 11110111 | 1011 | 110000 |
Color Harmonies of #716E89
Complementary color
Monochromatic Colors of #716E89
Black with #716E89
Text Example
Text Example
White with #716E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E89; }
p { color: rgb(113,110,137); }
H1.HeaderClassName
{
color: #716E89;
}
.AnyTagClassName
{
color: #716E89;
}
</style>
background-color css
<style>
a { background-color: #716E89; }
a { background-color: rgb(113,110,137); }
div.DivClassName
{
background-color: #716E89;
}
.BgClassName
{
background-color: #716E89;
}
</style>
border-color css
<style>
span { border-color: #716E89; }
span { border-color: rgb(113,110,137); }
td.TdClassName
{
border-color: #716E89;
}
.TagClassName
{
border-color: #716E89;
}
</style>