Shades of Kimberly #72658C
Tints of Kimberly #72658C
RGB
CMYK
RGB Variations
Color information
#72658C (or 0x72658C) is known color: Kimberly. HEX triplet: 72, 65 and 8C. RGB value is (114,101,140). Sum of RGB (Red+Green+Blue) = 114+101+140=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #72658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72658C is #8D9A73. Grayscale: #6D6D6D. Windows color (decimal): -9280116 or 9201010. OLE color: 9201010.
HSL color Cylindrical-coordinate representation of color #72658C: hue angle of 260º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72658C is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 101 | 140 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.45 |
| HSL | 260º | 0.16% | 0.47% | - |
| HSV(B) | 260º | 0.28% | 0.55% | - |
| XYZ | 16.33 | 14.78 | 26.8 | - |
| YUV | 109.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 140 | 0.19 | 0.28 | 0 | 0.45 | 260 | 0.16 | 0.47 |
| Hex | 72 | 65 | 8C | 13 | 1C | 0 | 2D | 104 | 10 | 2F |
| Octal | 162 | 145 | 214 | 23 | 34 | 0 | 55 | 404 | 20 | 57 |
| Binary | 1110010 | 1100101 | 10001100 | 10011 | 11100 | 0 | 101101 | 100000100 | 10000 | 101111 |
Color Harmonies of #72658C
Complementary color
Monochromatic Colors of #72658C
Black with #72658C
Text Example
Text Example
White with #72658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72658C; }
p { color: rgb(114,101,140); }
H1.HeaderClassName
{
color: #72658C;
}
.AnyTagClassName
{
color: #72658C;
}
</style>
background-color css
<style>
a { background-color: #72658C; }
a { background-color: rgb(114,101,140); }
div.DivClassName
{
background-color: #72658C;
}
.BgClassName
{
background-color: #72658C;
}
</style>
border-color css
<style>
span { border-color: #72658C; }
span { border-color: rgb(114,101,140); }
td.TdClassName
{
border-color: #72658C;
}
.TagClassName
{
border-color: #72658C;
}
</style>