Shades of Kimberly #72658A
Tints of Kimberly #72658A
RGB
CMYK
RGB Variations
Color information
#72658A (or 0x72658A) is known color: Kimberly. HEX triplet: 72, 65 and 8A. RGB value is (114,101,138). Sum of RGB (Red+Green+Blue) = 114+101+138=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #72658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72658A is #8D9A75. Grayscale: #6C6C6C. Windows color (decimal): -9280118 or 9069938. OLE color: 9069938.
HSL color Cylindrical-coordinate representation of color #72658A: hue angle of 261.08º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72658A is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 101 | 138 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.46 |
| HSL | 261.08º | 0.15% | 0.47% | - |
| HSV(B) | 261.08º | 0.27% | 0.54% | - |
| XYZ | 16.18 | 14.72 | 26.03 | - |
| YUV | 109.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 138 | 0.17 | 0.27 | 0 | 0.46 | 261.08 | 0.15 | 0.47 |
| Hex | 72 | 65 | 8A | 11 | 1B | 0 | 2E | 105 | F | 2F |
| Octal | 162 | 145 | 212 | 21 | 33 | 0 | 56 | 405 | 17 | 57 |
| Binary | 1110010 | 1100101 | 10001010 | 10001 | 11011 | 0 | 101110 | 100000101 | 1111 | 101111 |
Color Harmonies of #72658A
Complementary color
Monochromatic Colors of #72658A
Black with #72658A
Text Example
Text Example
White with #72658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72658A; }
p { color: rgb(114,101,138); }
H1.HeaderClassName
{
color: #72658A;
}
.AnyTagClassName
{
color: #72658A;
}
</style>
background-color css
<style>
a { background-color: #72658A; }
a { background-color: rgb(114,101,138); }
div.DivClassName
{
background-color: #72658A;
}
.BgClassName
{
background-color: #72658A;
}
</style>
border-color css
<style>
span { border-color: #72658A; }
span { border-color: rgb(114,101,138); }
td.TdClassName
{
border-color: #72658A;
}
.TagClassName
{
border-color: #72658A;
}
</style>