Shades of Kimberly #716A88
Tints of Kimberly #716A88
RGB
CMYK
RGB Variations
Color information
#716A88 (or 0x716A88) is known color: Kimberly. HEX triplet: 71, 6A and 88. RGB value is (113,106,136). Sum of RGB (Red+Green+Blue) = 113+106+136=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #716A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A88 is #8E9577. Grayscale: #6F6F6F. Windows color (decimal): -9344376 or 8940145. OLE color: 8940145.
HSL color Cylindrical-coordinate representation of color #716A88: hue angle of 254º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716A88 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 106 | 136 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.47 |
| HSL | 254º | 0.12% | 0.47% | - |
| HSV(B) | 254º | 0.22% | 0.53% | - |
| XYZ | 16.41 | 15.6 | 25.44 | - |
| YUV | 111.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 136 | 0.17 | 0.22 | 0 | 0.47 | 254 | 0.12 | 0.47 |
| Hex | 71 | 6A | 88 | 11 | 16 | 0 | 2F | FE | C | 2F |
| Octal | 161 | 152 | 210 | 21 | 26 | 0 | 57 | 376 | 14 | 57 |
| Binary | 1110001 | 1101010 | 10001000 | 10001 | 10110 | 0 | 101111 | 11111110 | 1100 | 101111 |
Color Harmonies of #716A88
Complementary color
Monochromatic Colors of #716A88
Black with #716A88
Text Example
Text Example
White with #716A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A88; }
p { color: rgb(113,106,136); }
H1.HeaderClassName
{
color: #716A88;
}
.AnyTagClassName
{
color: #716A88;
}
</style>
background-color css
<style>
a { background-color: #716A88; }
a { background-color: rgb(113,106,136); }
div.DivClassName
{
background-color: #716A88;
}
.BgClassName
{
background-color: #716A88;
}
</style>
border-color css
<style>
span { border-color: #716A88; }
span { border-color: rgb(113,106,136); }
td.TdClassName
{
border-color: #716A88;
}
.TagClassName
{
border-color: #716A88;
}
</style>