Shades of Kimberly #78648F
Tints of Kimberly #78648F
RGB
CMYK
RGB Variations
Color information
#78648F (or 0x78648F) is known color: Kimberly. HEX triplet: 78, 64 and 8F. RGB value is (120,100,143). Sum of RGB (Red+Green+Blue) = 120+100+143=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #78648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78648F is #879B70. Grayscale: #6E6E6E. Windows color (decimal): -8887153 or 9397368. OLE color: 9397368.
HSL color Cylindrical-coordinate representation of color #78648F: hue angle of 267.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78648F is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 100 | 143 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.44 |
| HSL | 267.91º | 0.18% | 0.48% | - |
| HSV(B) | 267.91º | 0.3% | 0.56% | - |
| XYZ | 17.26 | 15.09 | 27.99 | - |
| YUV | 110.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 143 | 0.16 | 0.30 | 0 | 0.44 | 267.91 | 0.18 | 0.48 |
| Hex | 78 | 64 | 8F | 10 | 1E | 0 | 2C | 10C | 12 | 30 |
| Octal | 170 | 144 | 217 | 20 | 36 | 0 | 54 | 414 | 22 | 60 |
| Binary | 1111000 | 1100100 | 10001111 | 10000 | 11110 | 0 | 101100 | 100001100 | 10010 | 110000 |
Color Harmonies of #78648F
Complementary color
Monochromatic Colors of #78648F
Black with #78648F
Text Example
Text Example
White with #78648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78648F; }
p { color: rgb(120,100,143); }
H1.HeaderClassName
{
color: #78648F;
}
.AnyTagClassName
{
color: #78648F;
}
</style>
background-color css
<style>
a { background-color: #78648F; }
a { background-color: rgb(120,100,143); }
div.DivClassName
{
background-color: #78648F;
}
.BgClassName
{
background-color: #78648F;
}
</style>
border-color css
<style>
span { border-color: #78648F; }
span { border-color: rgb(120,100,143); }
td.TdClassName
{
border-color: #78648F;
}
.TagClassName
{
border-color: #78648F;
}
</style>