Shades of Kimberly #726B82
Tints of Kimberly #726B82
RGB
CMYK
RGB Variations
Color information
#726B82 (or 0x726B82) is known color: Kimberly. HEX triplet: 72, 6B and 82. RGB value is (114,107,130). Sum of RGB (Red+Green+Blue) = 114+107+130=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #726B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B82 is #8D947D. Grayscale: #6F6F6F. Windows color (decimal): -9278590 or 8547186. OLE color: 8547186.
HSL color Cylindrical-coordinate representation of color #726B82: hue angle of 258.26º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #726B82 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 107 | 130 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.49 |
| HSL | 258.26º | 0.1% | 0.46% | - |
| HSV(B) | 258.26º | 0.18% | 0.51% | - |
| XYZ | 16.23 | 15.7 | 23.3 | - |
| YUV | 111.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 130 | 0.12 | 0.18 | 0 | 0.49 | 258.26 | 0.1 | 0.46 |
| Hex | 72 | 6B | 82 | C | 12 | 0 | 31 | 102 | A | 2E |
| Octal | 162 | 153 | 202 | 14 | 22 | 0 | 61 | 402 | 12 | 56 |
| Binary | 1110010 | 1101011 | 10000010 | 1100 | 10010 | 0 | 110001 | 100000010 | 1010 | 101110 |
Color Harmonies of #726B82
Complementary color
Monochromatic Colors of #726B82
Black with #726B82
Text Example
Text Example
White with #726B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B82; }
p { color: rgb(114,107,130); }
H1.HeaderClassName
{
color: #726B82;
}
.AnyTagClassName
{
color: #726B82;
}
</style>
background-color css
<style>
a { background-color: #726B82; }
a { background-color: rgb(114,107,130); }
div.DivClassName
{
background-color: #726B82;
}
.BgClassName
{
background-color: #726B82;
}
</style>
border-color css
<style>
span { border-color: #726B82; }
span { border-color: rgb(114,107,130); }
td.TdClassName
{
border-color: #726B82;
}
.TagClassName
{
border-color: #726B82;
}
</style>