Shades of Kimberly #72688B
Tints of Kimberly #72688B
RGB
CMYK
RGB Variations
Color information
#72688B (or 0x72688B) is known color: Kimberly. HEX triplet: 72, 68 and 8B. RGB value is (114,104,139). Sum of RGB (Red+Green+Blue) = 114+104+139=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #72688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72688B is #8D9774. Grayscale: #6E6E6E. Windows color (decimal): -9279349 or 9136242. OLE color: 9136242.
HSL color Cylindrical-coordinate representation of color #72688B: hue angle of 257.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72688B is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 104 | 139 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.45 |
| HSL | 257.14º | 0.14% | 0.48% | - |
| HSV(B) | 257.14º | 0.25% | 0.55% | - |
| XYZ | 16.55 | 15.34 | 26.52 | - |
| YUV | 110.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 139 | 0.18 | 0.25 | 0 | 0.45 | 257.14 | 0.14 | 0.48 |
| Hex | 72 | 68 | 8B | 12 | 19 | 0 | 2D | 101 | E | 30 |
| Octal | 162 | 150 | 213 | 22 | 31 | 0 | 55 | 401 | 16 | 60 |
| Binary | 1110010 | 1101000 | 10001011 | 10010 | 11001 | 0 | 101101 | 100000001 | 1110 | 110000 |
Color Harmonies of #72688B
Complementary color
Monochromatic Colors of #72688B
Black with #72688B
Text Example
Text Example
White with #72688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72688B; }
p { color: rgb(114,104,139); }
H1.HeaderClassName
{
color: #72688B;
}
.AnyTagClassName
{
color: #72688B;
}
</style>
background-color css
<style>
a { background-color: #72688B; }
a { background-color: rgb(114,104,139); }
div.DivClassName
{
background-color: #72688B;
}
.BgClassName
{
background-color: #72688B;
}
</style>
border-color css
<style>
span { border-color: #72688B; }
span { border-color: rgb(114,104,139); }
td.TdClassName
{
border-color: #72688B;
}
.TagClassName
{
border-color: #72688B;
}
</style>