Shades of Kimberly #78658F
Tints of Kimberly #78658F
RGB
CMYK
RGB Variations
Color information
#78658F (or 0x78658F) is known color: Kimberly. HEX triplet: 78, 65 and 8F. RGB value is (120,101,143). Sum of RGB (Red+Green+Blue) = 120+101+143=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 143 - color contains mainly: blue. Hex color #78658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78658F is #879A70. Grayscale: #6F6F6F. Windows color (decimal): -8886897 or 9397624. OLE color: 9397624.
HSL color Cylindrical-coordinate representation of color #78658F: hue angle of 267.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78658F is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 101 | 143 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.44 |
| HSL | 267.14º | 0.17% | 0.48% | - |
| HSV(B) | 267.14º | 0.29% | 0.56% | - |
| XYZ | 17.36 | 15.28 | 28.02 | - |
| YUV | 111.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 143 | 0.16 | 0.29 | 0 | 0.44 | 267.14 | 0.17 | 0.48 |
| Hex | 78 | 65 | 8F | 10 | 1D | 0 | 2C | 10B | 11 | 30 |
| Octal | 170 | 145 | 217 | 20 | 35 | 0 | 54 | 413 | 21 | 60 |
| Binary | 1111000 | 1100101 | 10001111 | 10000 | 11101 | 0 | 101100 | 100001011 | 10001 | 110000 |
Color Harmonies of #78658F
Complementary color
Monochromatic Colors of #78658F
Black with #78658F
Text Example
Text Example
White with #78658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78658F; }
p { color: rgb(120,101,143); }
H1.HeaderClassName
{
color: #78658F;
}
.AnyTagClassName
{
color: #78658F;
}
</style>
background-color css
<style>
a { background-color: #78658F; }
a { background-color: rgb(120,101,143); }
div.DivClassName
{
background-color: #78658F;
}
.BgClassName
{
background-color: #78658F;
}
</style>
border-color css
<style>
span { border-color: #78658F; }
span { border-color: rgb(120,101,143); }
td.TdClassName
{
border-color: #78658F;
}
.TagClassName
{
border-color: #78658F;
}
</style>