Shades of Kimberly #716B82
Tints of Kimberly #716B82
RGB
CMYK
RGB Variations
Color information
#716B82 (or 0x716B82) is known color: Kimberly. HEX triplet: 71, 6B and 82. RGB value is (113,107,130). Sum of RGB (Red+Green+Blue) = 113+107+130=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #716B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B82 is #8E947D. Grayscale: #6F6F6F. Windows color (decimal): -9344126 or 8547185. OLE color: 8547185.
HSL color Cylindrical-coordinate representation of color #716B82: hue angle of 255.65º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #716B82 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 107 | 130 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.49 |
| HSL | 255.65º | 0.1% | 0.46% | - |
| HSV(B) | 255.65º | 0.18% | 0.51% | - |
| XYZ | 16.1 | 15.64 | 23.29 | - |
| YUV | 111.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 130 | 0.13 | 0.18 | 0 | 0.49 | 255.65 | 0.1 | 0.46 |
| Hex | 71 | 6B | 82 | D | 12 | 0 | 31 | 100 | A | 2E |
| Octal | 161 | 153 | 202 | 15 | 22 | 0 | 61 | 400 | 12 | 56 |
| Binary | 1110001 | 1101011 | 10000010 | 1101 | 10010 | 0 | 110001 | 100000000 | 1010 | 101110 |
Color Harmonies of #716B82
Complementary color
Monochromatic Colors of #716B82
Black with #716B82
Text Example
Text Example
White with #716B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B82; }
p { color: rgb(113,107,130); }
H1.HeaderClassName
{
color: #716B82;
}
.AnyTagClassName
{
color: #716B82;
}
</style>
background-color css
<style>
a { background-color: #716B82; }
a { background-color: rgb(113,107,130); }
div.DivClassName
{
background-color: #716B82;
}
.BgClassName
{
background-color: #716B82;
}
</style>
border-color css
<style>
span { border-color: #716B82; }
span { border-color: rgb(113,107,130); }
td.TdClassName
{
border-color: #716B82;
}
.TagClassName
{
border-color: #716B82;
}
</style>