Shades of Kimberly #726384
Tints of Kimberly #726384
RGB
CMYK
RGB Variations
Color information
#726384 (or 0x726384) is known color: Kimberly. HEX triplet: 72, 63 and 84. RGB value is (114,99,132). Sum of RGB (Red+Green+Blue) = 114+99+132=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #726384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726384 is #8D9C7B. Grayscale: #6B6B6B. Windows color (decimal): -9280636 or 8676210. OLE color: 8676210.
HSL color Cylindrical-coordinate representation of color #726384: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726384 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 99 | 132 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.48 |
| HSL | 267.27º | 0.14% | 0.45% | - |
| HSV(B) | 267.27º | 0.25% | 0.52% | - |
| XYZ | 15.57 | 14.17 | 23.74 | - |
| YUV | 107.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 132 | 0.14 | 0.25 | 0 | 0.48 | 267.27 | 0.14 | 0.45 |
| Hex | 72 | 63 | 84 | E | 19 | 0 | 30 | 10B | E | 2D |
| Octal | 162 | 143 | 204 | 16 | 31 | 0 | 60 | 413 | 16 | 55 |
| Binary | 1110010 | 1100011 | 10000100 | 1110 | 11001 | 0 | 110000 | 100001011 | 1110 | 101101 |
Color Harmonies of #726384
Complementary color
Monochromatic Colors of #726384
Black with #726384
Text Example
Text Example
White with #726384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726384; }
p { color: rgb(114,99,132); }
H1.HeaderClassName
{
color: #726384;
}
.AnyTagClassName
{
color: #726384;
}
</style>
background-color css
<style>
a { background-color: #726384; }
a { background-color: rgb(114,99,132); }
div.DivClassName
{
background-color: #726384;
}
.BgClassName
{
background-color: #726384;
}
</style>
border-color css
<style>
span { border-color: #726384; }
span { border-color: rgb(114,99,132); }
td.TdClassName
{
border-color: #726384;
}
.TagClassName
{
border-color: #726384;
}
</style>