Shades of Kimberly #72668A
Tints of Kimberly #72668A
RGB
CMYK
RGB Variations
Color information
#72668A (or 0x72668A) is known color: Kimberly. HEX triplet: 72, 66 and 8A. RGB value is (114,102,138). Sum of RGB (Red+Green+Blue) = 114+102+138=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #72668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72668A is #8D9975. Grayscale: #6D6D6D. Windows color (decimal): -9279862 or 9070194. OLE color: 9070194.
HSL color Cylindrical-coordinate representation of color #72668A: hue angle of 260º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72668A is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 102 | 138 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.46 |
| HSL | 260º | 0.15% | 0.47% | - |
| HSV(B) | 260º | 0.26% | 0.54% | - |
| XYZ | 16.28 | 14.92 | 26.07 | - |
| YUV | 109.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 138 | 0.17 | 0.26 | 0 | 0.46 | 260 | 0.15 | 0.47 |
| Hex | 72 | 66 | 8A | 11 | 1A | 0 | 2E | 104 | F | 2F |
| Octal | 162 | 146 | 212 | 21 | 32 | 0 | 56 | 404 | 17 | 57 |
| Binary | 1110010 | 1100110 | 10001010 | 10001 | 11010 | 0 | 101110 | 100000100 | 1111 | 101111 |
Color Harmonies of #72668A
Complementary color
Monochromatic Colors of #72668A
Black with #72668A
Text Example
Text Example
White with #72668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72668A; }
p { color: rgb(114,102,138); }
H1.HeaderClassName
{
color: #72668A;
}
.AnyTagClassName
{
color: #72668A;
}
</style>
background-color css
<style>
a { background-color: #72668A; }
a { background-color: rgb(114,102,138); }
div.DivClassName
{
background-color: #72668A;
}
.BgClassName
{
background-color: #72668A;
}
</style>
border-color css
<style>
span { border-color: #72668A; }
span { border-color: rgb(114,102,138); }
td.TdClassName
{
border-color: #72668A;
}
.TagClassName
{
border-color: #72668A;
}
</style>