Shades of Kimberly #776A8F
Tints of Kimberly #776A8F
RGB
CMYK
RGB Variations
Color information
#776A8F (or 0x776A8F) is known color: Kimberly. HEX triplet: 77, 6A and 8F. RGB value is (119,106,143). Sum of RGB (Red+Green+Blue) = 119+106+143=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 143 - color contains mainly: blue. Hex color #776A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776A8F is #889570. Grayscale: #717171. Windows color (decimal): -8951153 or 9398903. OLE color: 9398903.
HSL color Cylindrical-coordinate representation of color #776A8F: hue angle of 261.08º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #776A8F is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 106 | 143 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.44 |
| HSL | 261.08º | 0.15% | 0.49% | - |
| HSV(B) | 261.08º | 0.26% | 0.56% | - |
| XYZ | 17.72 | 16.21 | 28.18 | - |
| YUV | 114.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 143 | 0.17 | 0.26 | 0 | 0.44 | 261.08 | 0.15 | 0.49 |
| Hex | 77 | 6A | 8F | 11 | 1A | 0 | 2C | 105 | F | 31 |
| Octal | 167 | 152 | 217 | 21 | 32 | 0 | 54 | 405 | 17 | 61 |
| Binary | 1110111 | 1101010 | 10001111 | 10001 | 11010 | 0 | 101100 | 100000101 | 1111 | 110001 |
Color Harmonies of #776A8F
Complementary color
Monochromatic Colors of #776A8F
Black with #776A8F
Text Example
Text Example
White with #776A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A8F; }
p { color: rgb(119,106,143); }
H1.HeaderClassName
{
color: #776A8F;
}
.AnyTagClassName
{
color: #776A8F;
}
</style>
background-color css
<style>
a { background-color: #776A8F; }
a { background-color: rgb(119,106,143); }
div.DivClassName
{
background-color: #776A8F;
}
.BgClassName
{
background-color: #776A8F;
}
</style>
border-color css
<style>
span { border-color: #776A8F; }
span { border-color: rgb(119,106,143); }
td.TdClassName
{
border-color: #776A8F;
}
.TagClassName
{
border-color: #776A8F;
}
</style>