Shades of Kimberly #716B8B
Tints of Kimberly #716B8B
RGB
CMYK
RGB Variations
Color information
#716B8B (or 0x716B8B) is known color: Kimberly. HEX triplet: 71, 6B and 8B. RGB value is (113,107,139). Sum of RGB (Red+Green+Blue) = 113+107+139=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #716B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B8B is #8E9474. Grayscale: #707070. Windows color (decimal): -9344117 or 9137009. OLE color: 9137009.
HSL color Cylindrical-coordinate representation of color #716B8B: hue angle of 251.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716B8B is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 107 | 139 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.45 |
| HSL | 251.25º | 0.13% | 0.48% | - |
| HSV(B) | 251.25º | 0.23% | 0.55% | - |
| XYZ | 16.73 | 15.89 | 26.61 | - |
| YUV | 112.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 139 | 0.19 | 0.23 | 0 | 0.45 | 251.25 | 0.13 | 0.48 |
| Hex | 71 | 6B | 8B | 13 | 17 | 0 | 2D | FB | D | 30 |
| Octal | 161 | 153 | 213 | 23 | 27 | 0 | 55 | 373 | 15 | 60 |
| Binary | 1110001 | 1101011 | 10001011 | 10011 | 10111 | 0 | 101101 | 11111011 | 1101 | 110000 |
Color Harmonies of #716B8B
Complementary color
Monochromatic Colors of #716B8B
Black with #716B8B
Text Example
Text Example
White with #716B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B8B; }
p { color: rgb(113,107,139); }
H1.HeaderClassName
{
color: #716B8B;
}
.AnyTagClassName
{
color: #716B8B;
}
</style>
background-color css
<style>
a { background-color: #716B8B; }
a { background-color: rgb(113,107,139); }
div.DivClassName
{
background-color: #716B8B;
}
.BgClassName
{
background-color: #716B8B;
}
</style>
border-color css
<style>
span { border-color: #716B8B; }
span { border-color: rgb(113,107,139); }
td.TdClassName
{
border-color: #716B8B;
}
.TagClassName
{
border-color: #716B8B;
}
</style>