Shades of Kimberly #726E8B
Tints of Kimberly #726E8B
RGB
CMYK
RGB Variations
Color information
#726E8B (or 0x726E8B) is known color: Kimberly. HEX triplet: 72, 6E and 8B. RGB value is (114,110,139). Sum of RGB (Red+Green+Blue) = 114+110+139=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #726E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E8B is #8D9174. Grayscale: #727272. Windows color (decimal): -9277813 or 9137778. OLE color: 9137778.
HSL color Cylindrical-coordinate representation of color #726E8B: hue angle of 248.28º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #726E8B is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 110 | 139 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.45 |
| HSL | 248.28º | 0.12% | 0.49% | - |
| HSV(B) | 248.28º | 0.21% | 0.55% | - |
| XYZ | 17.18 | 16.59 | 26.72 | - |
| YUV | 114.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 139 | 0.18 | 0.21 | 0 | 0.45 | 248.28 | 0.12 | 0.49 |
| Hex | 72 | 6E | 8B | 12 | 15 | 0 | 2D | F8 | C | 31 |
| Octal | 162 | 156 | 213 | 22 | 25 | 0 | 55 | 370 | 14 | 61 |
| Binary | 1110010 | 1101110 | 10001011 | 10010 | 10101 | 0 | 101101 | 11111000 | 1100 | 110001 |
Color Harmonies of #726E8B
Complementary color
Monochromatic Colors of #726E8B
Black with #726E8B
Text Example
Text Example
White with #726E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E8B; }
p { color: rgb(114,110,139); }
H1.HeaderClassName
{
color: #726E8B;
}
.AnyTagClassName
{
color: #726E8B;
}
</style>
background-color css
<style>
a { background-color: #726E8B; }
a { background-color: rgb(114,110,139); }
div.DivClassName
{
background-color: #726E8B;
}
.BgClassName
{
background-color: #726E8B;
}
</style>
border-color css
<style>
span { border-color: #726E8B; }
span { border-color: rgb(114,110,139); }
td.TdClassName
{
border-color: #726E8B;
}
.TagClassName
{
border-color: #726E8B;
}
</style>