Shades of Kimberly #72638A
Tints of Kimberly #72638A
RGB
CMYK
RGB Variations
Color information
#72638A (or 0x72638A) is known color: Kimberly. HEX triplet: 72, 63 and 8A. RGB value is (114,99,138). Sum of RGB (Red+Green+Blue) = 114+99+138=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #72638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72638A is #8D9C75. Grayscale: #6B6B6B. Windows color (decimal): -9280630 or 9069426. OLE color: 9069426.
HSL color Cylindrical-coordinate representation of color #72638A: hue angle of 263.08º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72638A is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 99 | 138 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.46 |
| HSL | 263.08º | 0.16% | 0.46% | - |
| HSV(B) | 263.08º | 0.28% | 0.54% | - |
| XYZ | 15.99 | 14.34 | 25.97 | - |
| YUV | 107.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 138 | 0.17 | 0.28 | 0 | 0.46 | 263.08 | 0.16 | 0.46 |
| Hex | 72 | 63 | 8A | 11 | 1C | 0 | 2E | 107 | 10 | 2E |
| Octal | 162 | 143 | 212 | 21 | 34 | 0 | 56 | 407 | 20 | 56 |
| Binary | 1110010 | 1100011 | 10001010 | 10001 | 11100 | 0 | 101110 | 100000111 | 10000 | 101110 |
Color Harmonies of #72638A
Complementary color
Monochromatic Colors of #72638A
Black with #72638A
Text Example
Text Example
White with #72638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72638A; }
p { color: rgb(114,99,138); }
H1.HeaderClassName
{
color: #72638A;
}
.AnyTagClassName
{
color: #72638A;
}
</style>
background-color css
<style>
a { background-color: #72638A; }
a { background-color: rgb(114,99,138); }
div.DivClassName
{
background-color: #72638A;
}
.BgClassName
{
background-color: #72638A;
}
</style>
border-color css
<style>
span { border-color: #72638A; }
span { border-color: rgb(114,99,138); }
td.TdClassName
{
border-color: #72638A;
}
.TagClassName
{
border-color: #72638A;
}
</style>