Shades of Kimberly #72678A
Tints of Kimberly #72678A
RGB
CMYK
RGB Variations
Color information
#72678A (or 0x72678A) is known color: Kimberly. HEX triplet: 72, 67 and 8A. RGB value is (114,103,138). Sum of RGB (Red+Green+Blue) = 114+103+138=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #72678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72678A is #8D9875. Grayscale: #6E6E6E. Windows color (decimal): -9279606 or 9070450. OLE color: 9070450.
HSL color Cylindrical-coordinate representation of color #72678A: hue angle of 258.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72678A is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 103 | 138 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.46 |
| HSL | 258.86º | 0.15% | 0.47% | - |
| HSV(B) | 258.86º | 0.25% | 0.54% | - |
| XYZ | 16.38 | 15.11 | 26.1 | - |
| YUV | 110.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 103 | 138 | 0.17 | 0.25 | 0 | 0.46 | 258.86 | 0.15 | 0.47 |
| Hex | 72 | 67 | 8A | 11 | 19 | 0 | 2E | 103 | F | 2F |
| Octal | 162 | 147 | 212 | 21 | 31 | 0 | 56 | 403 | 17 | 57 |
| Binary | 1110010 | 1100111 | 10001010 | 10001 | 11001 | 0 | 101110 | 100000011 | 1111 | 101111 |
Color Harmonies of #72678A
Complementary color
Monochromatic Colors of #72678A
Black with #72678A
Text Example
Text Example
White with #72678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72678A; }
p { color: rgb(114,103,138); }
H1.HeaderClassName
{
color: #72678A;
}
.AnyTagClassName
{
color: #72678A;
}
</style>
background-color css
<style>
a { background-color: #72678A; }
a { background-color: rgb(114,103,138); }
div.DivClassName
{
background-color: #72678A;
}
.BgClassName
{
background-color: #72678A;
}
</style>
border-color css
<style>
span { border-color: #72678A; }
span { border-color: rgb(114,103,138); }
td.TdClassName
{
border-color: #72678A;
}
.TagClassName
{
border-color: #72678A;
}
</style>