Shades of Kimberly #726C8D
Tints of Kimberly #726C8D
RGB
CMYK
RGB Variations
Color information
#726C8D (or 0x726C8D) is known color: Kimberly. HEX triplet: 72, 6C and 8D. RGB value is (114,108,141). Sum of RGB (Red+Green+Blue) = 114+108+141=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #726C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C8D is #8D9372. Grayscale: #717171. Windows color (decimal): -9278323 or 9268338. OLE color: 9268338.
HSL color Cylindrical-coordinate representation of color #726C8D: hue angle of 250.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726C8D is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 108 | 141 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.45 |
| HSL | 250.91º | 0.13% | 0.49% | - |
| HSV(B) | 250.91º | 0.23% | 0.55% | - |
| XYZ | 17.11 | 16.23 | 27.43 | - |
| YUV | 113.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 141 | 0.19 | 0.23 | 0 | 0.45 | 250.91 | 0.13 | 0.49 |
| Hex | 72 | 6C | 8D | 13 | 17 | 0 | 2D | FB | D | 31 |
| Octal | 162 | 154 | 215 | 23 | 27 | 0 | 55 | 373 | 15 | 61 |
| Binary | 1110010 | 1101100 | 10001101 | 10011 | 10111 | 0 | 101101 | 11111011 | 1101 | 110001 |
Color Harmonies of #726C8D
Complementary color
Monochromatic Colors of #726C8D
Black with #726C8D
Text Example
Text Example
White with #726C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C8D; }
p { color: rgb(114,108,141); }
H1.HeaderClassName
{
color: #726C8D;
}
.AnyTagClassName
{
color: #726C8D;
}
</style>
background-color css
<style>
a { background-color: #726C8D; }
a { background-color: rgb(114,108,141); }
div.DivClassName
{
background-color: #726C8D;
}
.BgClassName
{
background-color: #726C8D;
}
</style>
border-color css
<style>
span { border-color: #726C8D; }
span { border-color: rgb(114,108,141); }
td.TdClassName
{
border-color: #726C8D;
}
.TagClassName
{
border-color: #726C8D;
}
</style>