Shades of Kimberly #726188
Tints of Kimberly #726188
RGB
CMYK
RGB Variations
Color information
#726188 (or 0x726188) is known color: Kimberly. HEX triplet: 72, 61 and 88. RGB value is (114,97,136). Sum of RGB (Red+Green+Blue) = 114+97+136=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #726188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726188 is #8D9E77. Grayscale: #6A6A6A. Windows color (decimal): -9281144 or 8937842. OLE color: 8937842.
HSL color Cylindrical-coordinate representation of color #726188: hue angle of 266.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #726188 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 97 | 136 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.47 |
| HSL | 266.15º | 0.17% | 0.46% | - |
| HSV(B) | 266.15º | 0.29% | 0.53% | - |
| XYZ | 15.66 | 13.9 | 25.15 | - |
| YUV | 106.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 136 | 0.16 | 0.29 | 0 | 0.47 | 266.15 | 0.17 | 0.46 |
| Hex | 72 | 61 | 88 | 10 | 1D | 0 | 2F | 10A | 11 | 2E |
| Octal | 162 | 141 | 210 | 20 | 35 | 0 | 57 | 412 | 21 | 56 |
| Binary | 1110010 | 1100001 | 10001000 | 10000 | 11101 | 0 | 101111 | 100001010 | 10001 | 101110 |
Color Harmonies of #726188
Complementary color
Monochromatic Colors of #726188
Black with #726188
Text Example
Text Example
White with #726188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726188; }
p { color: rgb(114,97,136); }
H1.HeaderClassName
{
color: #726188;
}
.AnyTagClassName
{
color: #726188;
}
</style>
background-color css
<style>
a { background-color: #726188; }
a { background-color: rgb(114,97,136); }
div.DivClassName
{
background-color: #726188;
}
.BgClassName
{
background-color: #726188;
}
</style>
border-color css
<style>
span { border-color: #726188; }
span { border-color: rgb(114,97,136); }
td.TdClassName
{
border-color: #726188;
}
.TagClassName
{
border-color: #726188;
}
</style>