Shades of Kimberly #716A83
Tints of Kimberly #716A83
RGB
CMYK
RGB Variations
Color information
#716A83 (or 0x716A83) is known color: Kimberly. HEX triplet: 71, 6A and 83. RGB value is (113,106,131). Sum of RGB (Red+Green+Blue) = 113+106+131=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 131 - color contains mainly: blue. Hex color #716A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A83 is #8E957C. Grayscale: #6E6E6E. Windows color (decimal): -9344381 or 8612465. OLE color: 8612465.
HSL color Cylindrical-coordinate representation of color #716A83: hue angle of 256.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #716A83 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 106 | 131 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.49 |
| HSL | 256.8º | 0.11% | 0.46% | - |
| HSV(B) | 256.8º | 0.19% | 0.51% | - |
| XYZ | 16.06 | 15.46 | 23.61 | - |
| YUV | 110.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 131 | 0.14 | 0.19 | 0 | 0.49 | 256.8 | 0.11 | 0.46 |
| Hex | 71 | 6A | 83 | E | 13 | 0 | 31 | 101 | B | 2E |
| Octal | 161 | 152 | 203 | 16 | 23 | 0 | 61 | 401 | 13 | 56 |
| Binary | 1110001 | 1101010 | 10000011 | 1110 | 10011 | 0 | 110001 | 100000001 | 1011 | 101110 |
Color Harmonies of #716A83
Complementary color
Monochromatic Colors of #716A83
Black with #716A83
Text Example
Text Example
White with #716A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A83; }
p { color: rgb(113,106,131); }
H1.HeaderClassName
{
color: #716A83;
}
.AnyTagClassName
{
color: #716A83;
}
</style>
background-color css
<style>
a { background-color: #716A83; }
a { background-color: rgb(113,106,131); }
div.DivClassName
{
background-color: #716A83;
}
.BgClassName
{
background-color: #716A83;
}
</style>
border-color css
<style>
span { border-color: #716A83; }
span { border-color: rgb(113,106,131); }
td.TdClassName
{
border-color: #716A83;
}
.TagClassName
{
border-color: #716A83;
}
</style>