Shades of Kimberly #776D8E
Tints of Kimberly #776D8E
RGB
CMYK
RGB Variations
Color information
#776D8E (or 0x776D8E) is known color: Kimberly. HEX triplet: 77, 6D and 8E. RGB value is (119,109,142). Sum of RGB (Red+Green+Blue) = 119+109+142=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #776D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D8E is #889271. Grayscale: #737373. Windows color (decimal): -8950386 or 9334135. OLE color: 9334135.
HSL color Cylindrical-coordinate representation of color #776D8E: hue angle of 258.18º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776D8E is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 109 | 142 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.44 |
| HSL | 258.18º | 0.13% | 0.49% | - |
| HSV(B) | 258.18º | 0.23% | 0.56% | - |
| XYZ | 17.96 | 16.81 | 27.89 | - |
| YUV | 115.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 142 | 0.16 | 0.23 | 0 | 0.44 | 258.18 | 0.13 | 0.49 |
| Hex | 77 | 6D | 8E | 10 | 17 | 0 | 2C | 102 | D | 31 |
| Octal | 167 | 155 | 216 | 20 | 27 | 0 | 54 | 402 | 15 | 61 |
| Binary | 1110111 | 1101101 | 10001110 | 10000 | 10111 | 0 | 101100 | 100000010 | 1101 | 110001 |
Color Harmonies of #776D8E
Complementary color
Monochromatic Colors of #776D8E
Black with #776D8E
Text Example
Text Example
White with #776D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D8E; }
p { color: rgb(119,109,142); }
H1.HeaderClassName
{
color: #776D8E;
}
.AnyTagClassName
{
color: #776D8E;
}
</style>
background-color css
<style>
a { background-color: #776D8E; }
a { background-color: rgb(119,109,142); }
div.DivClassName
{
background-color: #776D8E;
}
.BgClassName
{
background-color: #776D8E;
}
</style>
border-color css
<style>
span { border-color: #776D8E; }
span { border-color: rgb(119,109,142); }
td.TdClassName
{
border-color: #776D8E;
}
.TagClassName
{
border-color: #776D8E;
}
</style>