Shades of Kimberly #716D89
Tints of Kimberly #716D89
RGB
CMYK
RGB Variations
Color information
#716D89 (or 0x716D89) is known color: Kimberly. HEX triplet: 71, 6D and 89. RGB value is (113,109,137). Sum of RGB (Red+Green+Blue) = 113+109+137=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #716D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716D89 is #8E9276. Grayscale: #717171. Windows color (decimal): -9343607 or 9006449. OLE color: 9006449.
HSL color Cylindrical-coordinate representation of color #716D89: hue angle of 248.57º 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 #716D89 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 109 | 137 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.46 |
| HSL | 248.57º | 0.11% | 0.48% | - |
| HSV(B) | 248.57º | 0.2% | 0.54% | - |
| XYZ | 16.79 | 16.25 | 25.92 | - |
| YUV | 113.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 137 | 0.18 | 0.20 | 0 | 0.46 | 248.57 | 0.11 | 0.48 |
| Hex | 71 | 6D | 89 | 12 | 14 | 0 | 2E | F9 | B | 30 |
| Octal | 161 | 155 | 211 | 22 | 24 | 0 | 56 | 371 | 13 | 60 |
| Binary | 1110001 | 1101101 | 10001001 | 10010 | 10100 | 0 | 101110 | 11111001 | 1011 | 110000 |
Color Harmonies of #716D89
Complementary color
Monochromatic Colors of #716D89
Black with #716D89
Text Example
Text Example
White with #716D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D89; }
p { color: rgb(113,109,137); }
H1.HeaderClassName
{
color: #716D89;
}
.AnyTagClassName
{
color: #716D89;
}
</style>
background-color css
<style>
a { background-color: #716D89; }
a { background-color: rgb(113,109,137); }
div.DivClassName
{
background-color: #716D89;
}
.BgClassName
{
background-color: #716D89;
}
</style>
border-color css
<style>
span { border-color: #716D89; }
span { border-color: rgb(113,109,137); }
td.TdClassName
{
border-color: #716D89;
}
.TagClassName
{
border-color: #716D89;
}
</style>