Shades of Kimberly #776D8F
Tints of Kimberly #776D8F
RGB
CMYK
RGB Variations
Color information
#776D8F (or 0x776D8F) is known color: Kimberly. HEX triplet: 77, 6D and 8F. RGB value is (119,109,143). Sum of RGB (Red+Green+Blue) = 119+109+143=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #776D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D8F is #889270. Grayscale: #737373. Windows color (decimal): -8950385 or 9399671. OLE color: 9399671.
HSL color Cylindrical-coordinate representation of color #776D8F: hue angle of 257.65º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776D8F is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 109 | 143 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.44 |
| HSL | 257.65º | 0.13% | 0.49% | - |
| HSV(B) | 257.65º | 0.24% | 0.56% | - |
| XYZ | 18.03 | 16.84 | 28.29 | - |
| YUV | 115.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 143 | 0.17 | 0.24 | 0 | 0.44 | 257.65 | 0.13 | 0.49 |
| Hex | 77 | 6D | 8F | 11 | 18 | 0 | 2C | 102 | D | 31 |
| Octal | 167 | 155 | 217 | 21 | 30 | 0 | 54 | 402 | 15 | 61 |
| Binary | 1110111 | 1101101 | 10001111 | 10001 | 11000 | 0 | 101100 | 100000010 | 1101 | 110001 |
Color Harmonies of #776D8F
Complementary color
Monochromatic Colors of #776D8F
Black with #776D8F
Text Example
Text Example
White with #776D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D8F; }
p { color: rgb(119,109,143); }
H1.HeaderClassName
{
color: #776D8F;
}
.AnyTagClassName
{
color: #776D8F;
}
</style>
background-color css
<style>
a { background-color: #776D8F; }
a { background-color: rgb(119,109,143); }
div.DivClassName
{
background-color: #776D8F;
}
.BgClassName
{
background-color: #776D8F;
}
</style>
border-color css
<style>
span { border-color: #776D8F; }
span { border-color: rgb(119,109,143); }
td.TdClassName
{
border-color: #776D8F;
}
.TagClassName
{
border-color: #776D8F;
}
</style>