Shades of Kimberly #77648E
Tints of Kimberly #77648E
RGB
CMYK
RGB Variations
Color information
#77648E (or 0x77648E) is known color: Kimberly. HEX triplet: 77, 64 and 8E. RGB value is (119,100,142). Sum of RGB (Red+Green+Blue) = 119+100+142=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #77648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77648E is #889B71. Grayscale: #6E6E6E. Windows color (decimal): -8952690 or 9331831. OLE color: 9331831.
HSL color Cylindrical-coordinate representation of color #77648E: hue angle of 267.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77648E is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 100 | 142 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.44 |
| HSL | 267.14º | 0.17% | 0.47% | - |
| HSV(B) | 267.14º | 0.3% | 0.56% | - |
| XYZ | 17.05 | 14.99 | 27.59 | - |
| YUV | 110.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 142 | 0.16 | 0.30 | 0 | 0.44 | 267.14 | 0.17 | 0.47 |
| Hex | 77 | 64 | 8E | 10 | 1E | 0 | 2C | 10B | 11 | 2F |
| Octal | 167 | 144 | 216 | 20 | 36 | 0 | 54 | 413 | 21 | 57 |
| Binary | 1110111 | 1100100 | 10001110 | 10000 | 11110 | 0 | 101100 | 100001011 | 10001 | 101111 |
Color Harmonies of #77648E
Complementary color
Monochromatic Colors of #77648E
Black with #77648E
Text Example
Text Example
White with #77648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77648E; }
p { color: rgb(119,100,142); }
H1.HeaderClassName
{
color: #77648E;
}
.AnyTagClassName
{
color: #77648E;
}
</style>
background-color css
<style>
a { background-color: #77648E; }
a { background-color: rgb(119,100,142); }
div.DivClassName
{
background-color: #77648E;
}
.BgClassName
{
background-color: #77648E;
}
</style>
border-color css
<style>
span { border-color: #77648E; }
span { border-color: rgb(119,100,142); }
td.TdClassName
{
border-color: #77648E;
}
.TagClassName
{
border-color: #77648E;
}
</style>