Shades of Kimberly #78688F
Tints of Kimberly #78688F
RGB
CMYK
RGB Variations
Color information
#78688F (or 0x78688F) is known color: Kimberly. HEX triplet: 78, 68 and 8F. RGB value is (120,104,143). Sum of RGB (Red+Green+Blue) = 120+104+143=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 143 - color contains mainly: blue. Hex color #78688F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78688F is #879770. Grayscale: #717171. Windows color (decimal): -8886129 or 9398392. OLE color: 9398392.
HSL color Cylindrical-coordinate representation of color #78688F: hue angle of 264.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78688F is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 104 | 143 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.44 |
| HSL | 264.62º | 0.16% | 0.48% | - |
| HSV(B) | 264.62º | 0.27% | 0.56% | - |
| XYZ | 17.65 | 15.88 | 28.12 | - |
| YUV | 113.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 143 | 0.16 | 0.27 | 0 | 0.44 | 264.62 | 0.16 | 0.48 |
| Hex | 78 | 68 | 8F | 10 | 1B | 0 | 2C | 109 | 10 | 30 |
| Octal | 170 | 150 | 217 | 20 | 33 | 0 | 54 | 411 | 20 | 60 |
| Binary | 1111000 | 1101000 | 10001111 | 10000 | 11011 | 0 | 101100 | 100001001 | 10000 | 110000 |
Color Harmonies of #78688F
Complementary color
Monochromatic Colors of #78688F
Black with #78688F
Text Example
Text Example
White with #78688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78688F; }
p { color: rgb(120,104,143); }
H1.HeaderClassName
{
color: #78688F;
}
.AnyTagClassName
{
color: #78688F;
}
</style>
background-color css
<style>
a { background-color: #78688F; }
a { background-color: rgb(120,104,143); }
div.DivClassName
{
background-color: #78688F;
}
.BgClassName
{
background-color: #78688F;
}
</style>
border-color css
<style>
span { border-color: #78688F; }
span { border-color: rgb(120,104,143); }
td.TdClassName
{
border-color: #78688F;
}
.TagClassName
{
border-color: #78688F;
}
</style>