Shades of Kimberly #726288
Tints of Kimberly #726288
RGB
CMYK
RGB Variations
Color information
#726288 (or 0x726288) is known color: Kimberly. HEX triplet: 72, 62 and 88. RGB value is (114,98,136). Sum of RGB (Red+Green+Blue) = 114+98+136=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #726288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726288 is #8D9D77. Grayscale: #6A6A6A. Windows color (decimal): -9280888 or 8938098. OLE color: 8938098.
HSL color Cylindrical-coordinate representation of color #726288: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726288 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 98 | 136 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.47 |
| HSL | 265.26º | 0.16% | 0.46% | - |
| HSV(B) | 265.26º | 0.28% | 0.53% | - |
| XYZ | 15.75 | 14.09 | 25.18 | - |
| YUV | 107.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 136 | 0.16 | 0.28 | 0 | 0.47 | 265.26 | 0.16 | 0.46 |
| Hex | 72 | 62 | 88 | 10 | 1C | 0 | 2F | 109 | 10 | 2E |
| Octal | 162 | 142 | 210 | 20 | 34 | 0 | 57 | 411 | 20 | 56 |
| Binary | 1110010 | 1100010 | 10001000 | 10000 | 11100 | 0 | 101111 | 100001001 | 10000 | 101110 |
Color Harmonies of #726288
Complementary color
Monochromatic Colors of #726288
Black with #726288
Text Example
Text Example
White with #726288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726288; }
p { color: rgb(114,98,136); }
H1.HeaderClassName
{
color: #726288;
}
.AnyTagClassName
{
color: #726288;
}
</style>
background-color css
<style>
a { background-color: #726288; }
a { background-color: rgb(114,98,136); }
div.DivClassName
{
background-color: #726288;
}
.BgClassName
{
background-color: #726288;
}
</style>
border-color css
<style>
span { border-color: #726288; }
span { border-color: rgb(114,98,136); }
td.TdClassName
{
border-color: #726288;
}
.TagClassName
{
border-color: #726288;
}
</style>