Shades of Kimberly #72628C
Tints of Kimberly #72628C
RGB
CMYK
RGB Variations
Color information
#72628C (or 0x72628C) is known color: Kimberly. HEX triplet: 72, 62 and 8C. RGB value is (114,98,140). Sum of RGB (Red+Green+Blue) = 114+98+140=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #72628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72628C is #8D9D73. Grayscale: #6B6B6B. Windows color (decimal): -9280884 or 9200242. OLE color: 9200242.
HSL color Cylindrical-coordinate representation of color #72628C: hue angle of 262.86º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72628C is Cyan = 0.19, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 98 | 140 | - |
| CMYK | 0.19 | 0.3 | 0 | 0.45 |
| HSL | 262.86º | 0.18% | 0.47% | - |
| HSV(B) | 262.86º | 0.3% | 0.55% | - |
| XYZ | 16.04 | 14.21 | 26.71 | - |
| YUV | 107.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 140 | 0.19 | 0.3 | 0 | 0.45 | 262.86 | 0.18 | 0.47 |
| Hex | 72 | 62 | 8C | 13 | 1E | 0 | 2D | 107 | 12 | 2F |
| Octal | 162 | 142 | 214 | 23 | 36 | 0 | 55 | 407 | 22 | 57 |
| Binary | 1110010 | 1100010 | 10001100 | 10011 | 11110 | 0 | 101101 | 100000111 | 10010 | 101111 |
Color Harmonies of #72628C
Complementary color
Monochromatic Colors of #72628C
Black with #72628C
Text Example
Text Example
White with #72628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72628C; }
p { color: rgb(114,98,140); }
H1.HeaderClassName
{
color: #72628C;
}
.AnyTagClassName
{
color: #72628C;
}
</style>
background-color css
<style>
a { background-color: #72628C; }
a { background-color: rgb(114,98,140); }
div.DivClassName
{
background-color: #72628C;
}
.BgClassName
{
background-color: #72628C;
}
</style>
border-color css
<style>
span { border-color: #72628C; }
span { border-color: rgb(114,98,140); }
td.TdClassName
{
border-color: #72628C;
}
.TagClassName
{
border-color: #72628C;
}
</style>