Shades of Kimberly #72698A
Tints of Kimberly #72698A
RGB
CMYK
RGB Variations
Color information
#72698A (or 0x72698A) is known color: Kimberly. HEX triplet: 72, 69 and 8A. RGB value is (114,105,138). Sum of RGB (Red+Green+Blue) = 114+105+138=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #72698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72698A is #8D9675. Grayscale: #6F6F6F. Windows color (decimal): -9279094 or 9070962. OLE color: 9070962.
HSL color Cylindrical-coordinate representation of color #72698A: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72698A is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 105 | 138 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.46 |
| HSL | 256.36º | 0.14% | 0.48% | - |
| HSV(B) | 256.36º | 0.24% | 0.54% | - |
| XYZ | 16.58 | 15.52 | 26.17 | - |
| YUV | 111.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 138 | 0.17 | 0.24 | 0 | 0.46 | 256.36 | 0.14 | 0.48 |
| Hex | 72 | 69 | 8A | 11 | 18 | 0 | 2E | 100 | E | 30 |
| Octal | 162 | 151 | 212 | 21 | 30 | 0 | 56 | 400 | 16 | 60 |
| Binary | 1110010 | 1101001 | 10001010 | 10001 | 11000 | 0 | 101110 | 100000000 | 1110 | 110000 |
Color Harmonies of #72698A
Complementary color
Monochromatic Colors of #72698A
Black with #72698A
Text Example
Text Example
White with #72698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72698A; }
p { color: rgb(114,105,138); }
H1.HeaderClassName
{
color: #72698A;
}
.AnyTagClassName
{
color: #72698A;
}
</style>
background-color css
<style>
a { background-color: #72698A; }
a { background-color: rgb(114,105,138); }
div.DivClassName
{
background-color: #72698A;
}
.BgClassName
{
background-color: #72698A;
}
</style>
border-color css
<style>
span { border-color: #72698A; }
span { border-color: rgb(114,105,138); }
td.TdClassName
{
border-color: #72698A;
}
.TagClassName
{
border-color: #72698A;
}
</style>