Shades of Kimberly #776A8C
Tints of Kimberly #776A8C
RGB
CMYK
RGB Variations
Color information
#776A8C (or 0x776A8C) is known color: Kimberly. HEX triplet: 77, 6A and 8C. RGB value is (119,106,140). Sum of RGB (Red+Green+Blue) = 119+106+140=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #776A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776A8C is #889573. Grayscale: #717171. Windows color (decimal): -8951156 or 9202295. OLE color: 9202295.
HSL color Cylindrical-coordinate representation of color #776A8C: hue angle of 262.94º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776A8C is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 106 | 140 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.45 |
| HSL | 262.94º | 0.14% | 0.48% | - |
| HSV(B) | 262.94º | 0.24% | 0.55% | - |
| XYZ | 17.5 | 16.12 | 27 | - |
| YUV | 113.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 140 | 0.15 | 0.24 | 0 | 0.45 | 262.94 | 0.14 | 0.48 |
| Hex | 77 | 6A | 8C | F | 18 | 0 | 2D | 107 | E | 30 |
| Octal | 167 | 152 | 214 | 17 | 30 | 0 | 55 | 407 | 16 | 60 |
| Binary | 1110111 | 1101010 | 10001100 | 1111 | 11000 | 0 | 101101 | 100000111 | 1110 | 110000 |
Color Harmonies of #776A8C
Complementary color
Monochromatic Colors of #776A8C
Black with #776A8C
Text Example
Text Example
White with #776A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A8C; }
p { color: rgb(119,106,140); }
H1.HeaderClassName
{
color: #776A8C;
}
.AnyTagClassName
{
color: #776A8C;
}
</style>
background-color css
<style>
a { background-color: #776A8C; }
a { background-color: rgb(119,106,140); }
div.DivClassName
{
background-color: #776A8C;
}
.BgClassName
{
background-color: #776A8C;
}
</style>
border-color css
<style>
span { border-color: #776A8C; }
span { border-color: rgb(119,106,140); }
td.TdClassName
{
border-color: #776A8C;
}
.TagClassName
{
border-color: #776A8C;
}
</style>