Shades of Kimberly #716B84
Tints of Kimberly #716B84
RGB
CMYK
RGB Variations
Color information
#716B84 (or 0x716B84) is known color: Kimberly. HEX triplet: 71, 6B and 84. RGB value is (113,107,132). Sum of RGB (Red+Green+Blue) = 113+107+132=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #716B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B84 is #8E947B. Grayscale: #6F6F6F. Windows color (decimal): -9344124 or 8678257. OLE color: 8678257.
HSL color Cylindrical-coordinate representation of color #716B84: hue angle of 254.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #716B84 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 107 | 132 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.48 |
| HSL | 254.4º | 0.1% | 0.47% | - |
| HSV(B) | 254.4º | 0.19% | 0.52% | - |
| XYZ | 16.23 | 15.69 | 24 | - |
| YUV | 111.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 132 | 0.14 | 0.19 | 0 | 0.48 | 254.4 | 0.1 | 0.47 |
| Hex | 71 | 6B | 84 | E | 13 | 0 | 30 | FE | A | 2F |
| Octal | 161 | 153 | 204 | 16 | 23 | 0 | 60 | 376 | 12 | 57 |
| Binary | 1110001 | 1101011 | 10000100 | 1110 | 10011 | 0 | 110000 | 11111110 | 1010 | 101111 |
Color Harmonies of #716B84
Complementary color
Monochromatic Colors of #716B84
Black with #716B84
Text Example
Text Example
White with #716B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B84; }
p { color: rgb(113,107,132); }
H1.HeaderClassName
{
color: #716B84;
}
.AnyTagClassName
{
color: #716B84;
}
</style>
background-color css
<style>
a { background-color: #716B84; }
a { background-color: rgb(113,107,132); }
div.DivClassName
{
background-color: #716B84;
}
.BgClassName
{
background-color: #716B84;
}
</style>
border-color css
<style>
span { border-color: #716B84; }
span { border-color: rgb(113,107,132); }
td.TdClassName
{
border-color: #716B84;
}
.TagClassName
{
border-color: #716B84;
}
</style>