Shades of Kimberly #77668E
Tints of Kimberly #77668E
RGB
CMYK
RGB Variations
Color information
#77668E (or 0x77668E) is known color: Kimberly. HEX triplet: 77, 66 and 8E. RGB value is (119,102,142). Sum of RGB (Red+Green+Blue) = 119+102+142=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #77668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77668E is #889971. Grayscale: #6F6F6F. Windows color (decimal): -8952178 or 9332343. OLE color: 9332343.
HSL color Cylindrical-coordinate representation of color #77668E: hue angle of 265.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77668E is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 102 | 142 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.44 |
| HSL | 265.5º | 0.16% | 0.48% | - |
| HSV(B) | 265.5º | 0.28% | 0.56% | - |
| XYZ | 17.24 | 15.38 | 27.65 | - |
| YUV | 111.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 142 | 0.16 | 0.28 | 0 | 0.44 | 265.5 | 0.16 | 0.48 |
| Hex | 77 | 66 | 8E | 10 | 1C | 0 | 2C | 10A | 10 | 30 |
| Octal | 167 | 146 | 216 | 20 | 34 | 0 | 54 | 412 | 20 | 60 |
| Binary | 1110111 | 1100110 | 10001110 | 10000 | 11100 | 0 | 101100 | 100001010 | 10000 | 110000 |
Color Harmonies of #77668E
Complementary color
Monochromatic Colors of #77668E
Black with #77668E
Text Example
Text Example
White with #77668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77668E; }
p { color: rgb(119,102,142); }
H1.HeaderClassName
{
color: #77668E;
}
.AnyTagClassName
{
color: #77668E;
}
</style>
background-color css
<style>
a { background-color: #77668E; }
a { background-color: rgb(119,102,142); }
div.DivClassName
{
background-color: #77668E;
}
.BgClassName
{
background-color: #77668E;
}
</style>
border-color css
<style>
span { border-color: #77668E; }
span { border-color: rgb(119,102,142); }
td.TdClassName
{
border-color: #77668E;
}
.TagClassName
{
border-color: #77668E;
}
</style>