Shades of Kimberly #726B8C
Tints of Kimberly #726B8C
RGB
CMYK
RGB Variations
Color information
#726B8C (or 0x726B8C) is known color: Kimberly. HEX triplet: 72, 6B and 8C. RGB value is (114,107,140). Sum of RGB (Red+Green+Blue) = 114+107+140=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #726B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B8C is #8D9473. Grayscale: #707070. Windows color (decimal): -9278580 or 9202546. OLE color: 9202546.
HSL color Cylindrical-coordinate representation of color #726B8C: hue angle of 252.73º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #726B8C is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 107 | 140 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.45 |
| HSL | 252.73º | 0.13% | 0.48% | - |
| HSV(B) | 252.73º | 0.24% | 0.55% | - |
| XYZ | 16.93 | 15.99 | 27 | - |
| YUV | 112.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 140 | 0.19 | 0.24 | 0 | 0.45 | 252.73 | 0.13 | 0.48 |
| Hex | 72 | 6B | 8C | 13 | 18 | 0 | 2D | FD | D | 30 |
| Octal | 162 | 153 | 214 | 23 | 30 | 0 | 55 | 375 | 15 | 60 |
| Binary | 1110010 | 1101011 | 10001100 | 10011 | 11000 | 0 | 101101 | 11111101 | 1101 | 110000 |
Color Harmonies of #726B8C
Complementary color
Monochromatic Colors of #726B8C
Black with #726B8C
Text Example
Text Example
White with #726B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B8C; }
p { color: rgb(114,107,140); }
H1.HeaderClassName
{
color: #726B8C;
}
.AnyTagClassName
{
color: #726B8C;
}
</style>
background-color css
<style>
a { background-color: #726B8C; }
a { background-color: rgb(114,107,140); }
div.DivClassName
{
background-color: #726B8C;
}
.BgClassName
{
background-color: #726B8C;
}
</style>
border-color css
<style>
span { border-color: #726B8C; }
span { border-color: rgb(114,107,140); }
td.TdClassName
{
border-color: #726B8C;
}
.TagClassName
{
border-color: #726B8C;
}
</style>