Shades of Kimberly #776A8E
Tints of Kimberly #776A8E
RGB
CMYK
RGB Variations
Color information
#776A8E (or 0x776A8E) is known color: Kimberly. HEX triplet: 77, 6A and 8E. RGB value is (119,106,142). Sum of RGB (Red+Green+Blue) = 119+106+142=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #776A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776A8E is #889571. Grayscale: #717171. Windows color (decimal): -8951154 or 9333367. OLE color: 9333367.
HSL color Cylindrical-coordinate representation of color #776A8E: hue angle of 261.67º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #776A8E is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 106 | 142 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.44 |
| HSL | 261.67º | 0.15% | 0.49% | - |
| HSV(B) | 261.67º | 0.25% | 0.56% | - |
| XYZ | 17.64 | 16.18 | 27.78 | - |
| YUV | 113.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 142 | 0.16 | 0.25 | 0 | 0.44 | 261.67 | 0.15 | 0.49 |
| Hex | 77 | 6A | 8E | 10 | 19 | 0 | 2C | 106 | F | 31 |
| Octal | 167 | 152 | 216 | 20 | 31 | 0 | 54 | 406 | 17 | 61 |
| Binary | 1110111 | 1101010 | 10001110 | 10000 | 11001 | 0 | 101100 | 100000110 | 1111 | 110001 |
Color Harmonies of #776A8E
Complementary color
Monochromatic Colors of #776A8E
Black with #776A8E
Text Example
Text Example
White with #776A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A8E; }
p { color: rgb(119,106,142); }
H1.HeaderClassName
{
color: #776A8E;
}
.AnyTagClassName
{
color: #776A8E;
}
</style>
background-color css
<style>
a { background-color: #776A8E; }
a { background-color: rgb(119,106,142); }
div.DivClassName
{
background-color: #776A8E;
}
.BgClassName
{
background-color: #776A8E;
}
</style>
border-color css
<style>
span { border-color: #776A8E; }
span { border-color: rgb(119,106,142); }
td.TdClassName
{
border-color: #776A8E;
}
.TagClassName
{
border-color: #776A8E;
}
</style>