Shades of Kimberly #726882
Tints of Kimberly #726882
RGB
CMYK
RGB Variations
Color information
#726882 (or 0x726882) is known color: Kimberly. HEX triplet: 72, 68 and 82. RGB value is (114,104,130). Sum of RGB (Red+Green+Blue) = 114+104+130=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #726882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726882 is #8D977D. Grayscale: #6D6D6D. Windows color (decimal): -9279358 or 8546418. OLE color: 8546418.
HSL color Cylindrical-coordinate representation of color #726882: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #726882 is Cyan = 0.12, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 104 | 130 | - |
| CMYK | 0.12 | 0.2 | 0 | 0.49 |
| HSL | 263.08º | 0.11% | 0.46% | - |
| HSV(B) | 263.08º | 0.2% | 0.51% | - |
| XYZ | 15.92 | 15.09 | 23.19 | - |
| YUV | 109.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 130 | 0.12 | 0.2 | 0 | 0.49 | 263.08 | 0.11 | 0.46 |
| Hex | 72 | 68 | 82 | C | 14 | 0 | 31 | 107 | B | 2E |
| Octal | 162 | 150 | 202 | 14 | 24 | 0 | 61 | 407 | 13 | 56 |
| Binary | 1110010 | 1101000 | 10000010 | 1100 | 10100 | 0 | 110001 | 100000111 | 1011 | 101110 |
Color Harmonies of #726882
Complementary color
Monochromatic Colors of #726882
Black with #726882
Text Example
Text Example
White with #726882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726882; }
p { color: rgb(114,104,130); }
H1.HeaderClassName
{
color: #726882;
}
.AnyTagClassName
{
color: #726882;
}
</style>
background-color css
<style>
a { background-color: #726882; }
a { background-color: rgb(114,104,130); }
div.DivClassName
{
background-color: #726882;
}
.BgClassName
{
background-color: #726882;
}
</style>
border-color css
<style>
span { border-color: #726882; }
span { border-color: rgb(114,104,130); }
td.TdClassName
{
border-color: #726882;
}
.TagClassName
{
border-color: #726882;
}
</style>