Shades of Kimberly #71697E
Tints of Kimberly #71697E
RGB
CMYK
RGB Variations
Color information
#71697E (or 0x71697E) is known color: Kimberly. HEX triplet: 71, 69 and 7E. RGB value is (113,105,126). Sum of RGB (Red+Green+Blue) = 113+105+126=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #71697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71697E is #8E9681. Grayscale: #6D6D6D. Windows color (decimal): -9344642 or 8284529. OLE color: 8284529.
HSL color Cylindrical-coordinate representation of color #71697E: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71697E is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 105 | 126 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.51 |
| HSL | 262.86º | 0.09% | 0.45% | - |
| HSV(B) | 262.86º | 0.17% | 0.49% | - |
| XYZ | 15.63 | 15.12 | 21.83 | - |
| YUV | 109.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 126 | 0.10 | 0.17 | 0 | 0.51 | 262.86 | 0.09 | 0.45 |
| Hex | 71 | 69 | 7E | A | 11 | 0 | 33 | 107 | 9 | 2D |
| Octal | 161 | 151 | 176 | 12 | 21 | 0 | 63 | 407 | 11 | 55 |
| Binary | 1110001 | 1101001 | 1111110 | 1010 | 10001 | 0 | 110011 | 100000111 | 1001 | 101101 |
Color Harmonies of #71697E
Complementary color
Monochromatic Colors of #71697E
Black with #71697E
Text Example
Text Example
White with #71697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71697E; }
p { color: rgb(113,105,126); }
H1.HeaderClassName
{
color: #71697E;
}
.AnyTagClassName
{
color: #71697E;
}
</style>
background-color css
<style>
a { background-color: #71697E; }
a { background-color: rgb(113,105,126); }
div.DivClassName
{
background-color: #71697E;
}
.BgClassName
{
background-color: #71697E;
}
</style>
border-color css
<style>
span { border-color: #71697E; }
span { border-color: rgb(113,105,126); }
td.TdClassName
{
border-color: #71697E;
}
.TagClassName
{
border-color: #71697E;
}
</style>