Shades of Kimberly #716A84
Tints of Kimberly #716A84
RGB
CMYK
RGB Variations
Color information
#716A84 (or 0x716A84) is known color: Kimberly. HEX triplet: 71, 6A and 84. RGB value is (113,106,132). Sum of RGB (Red+Green+Blue) = 113+106+132=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #716A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A84 is #8E957B. Grayscale: #6E6E6E. Windows color (decimal): -9344380 or 8678001. OLE color: 8678001.
HSL color Cylindrical-coordinate representation of color #716A84: hue angle of 256.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716A84 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 106 | 132 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.48 |
| HSL | 256.15º | 0.11% | 0.47% | - |
| HSV(B) | 256.15º | 0.2% | 0.52% | - |
| XYZ | 16.13 | 15.48 | 23.97 | - |
| YUV | 111.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 132 | 0.14 | 0.20 | 0 | 0.48 | 256.15 | 0.11 | 0.47 |
| Hex | 71 | 6A | 84 | E | 14 | 0 | 30 | 100 | B | 2F |
| Octal | 161 | 152 | 204 | 16 | 24 | 0 | 60 | 400 | 13 | 57 |
| Binary | 1110001 | 1101010 | 10000100 | 1110 | 10100 | 0 | 110000 | 100000000 | 1011 | 101111 |
Color Harmonies of #716A84
Complementary color
Monochromatic Colors of #716A84
Black with #716A84
Text Example
Text Example
White with #716A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A84; }
p { color: rgb(113,106,132); }
H1.HeaderClassName
{
color: #716A84;
}
.AnyTagClassName
{
color: #716A84;
}
</style>
background-color css
<style>
a { background-color: #716A84; }
a { background-color: rgb(113,106,132); }
div.DivClassName
{
background-color: #716A84;
}
.BgClassName
{
background-color: #716A84;
}
</style>
border-color css
<style>
span { border-color: #716A84; }
span { border-color: rgb(113,106,132); }
td.TdClassName
{
border-color: #716A84;
}
.TagClassName
{
border-color: #716A84;
}
</style>