Shades of Kimberly #72628B
Tints of Kimberly #72628B
RGB
CMYK
RGB Variations
Color information
#72628B (or 0x72628B) is known color: Kimberly. HEX triplet: 72, 62 and 8B. RGB value is (114,98,139). Sum of RGB (Red+Green+Blue) = 114+98+139=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #72628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72628B is #8D9D74. Grayscale: #6B6B6B. Windows color (decimal): -9280885 or 9134706. OLE color: 9134706.
HSL color Cylindrical-coordinate representation of color #72628B: hue angle of 263.41º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72628B is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 98 | 139 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.45 |
| HSL | 263.41º | 0.17% | 0.46% | - |
| HSV(B) | 263.41º | 0.29% | 0.55% | - |
| XYZ | 15.97 | 14.18 | 26.32 | - |
| YUV | 107.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 139 | 0.18 | 0.29 | 0 | 0.45 | 263.41 | 0.17 | 0.46 |
| Hex | 72 | 62 | 8B | 12 | 1D | 0 | 2D | 107 | 11 | 2E |
| Octal | 162 | 142 | 213 | 22 | 35 | 0 | 55 | 407 | 21 | 56 |
| Binary | 1110010 | 1100010 | 10001011 | 10010 | 11101 | 0 | 101101 | 100000111 | 10001 | 101110 |
Color Harmonies of #72628B
Complementary color
Monochromatic Colors of #72628B
Black with #72628B
Text Example
Text Example
White with #72628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72628B; }
p { color: rgb(114,98,139); }
H1.HeaderClassName
{
color: #72628B;
}
.AnyTagClassName
{
color: #72628B;
}
</style>
background-color css
<style>
a { background-color: #72628B; }
a { background-color: rgb(114,98,139); }
div.DivClassName
{
background-color: #72628B;
}
.BgClassName
{
background-color: #72628B;
}
</style>
border-color css
<style>
span { border-color: #72628B; }
span { border-color: rgb(114,98,139); }
td.TdClassName
{
border-color: #72628B;
}
.TagClassName
{
border-color: #72628B;
}
</style>