Shades of Kimberly #776F8D
Tints of Kimberly #776F8D
RGB
CMYK
RGB Variations
Color information
#776F8D (or 0x776F8D) is known color: Kimberly. HEX triplet: 77, 6F and 8D. RGB value is (119,111,141). Sum of RGB (Red+Green+Blue) = 119+111+141=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #776F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F8D is #889072. Grayscale: #747474. Windows color (decimal): -8949875 or 9269111. OLE color: 9269111.
HSL color Cylindrical-coordinate representation of color #776F8D: hue angle of 256º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776F8D is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 111 | 141 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.45 |
| HSL | 256º | 0.12% | 0.49% | - |
| HSV(B) | 256º | 0.21% | 0.55% | - |
| XYZ | 18.1 | 17.21 | 27.57 | - |
| YUV | 116.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 141 | 0.16 | 0.21 | 0 | 0.45 | 256 | 0.12 | 0.49 |
| Hex | 77 | 6F | 8D | 10 | 15 | 0 | 2D | 100 | C | 31 |
| Octal | 167 | 157 | 215 | 20 | 25 | 0 | 55 | 400 | 14 | 61 |
| Binary | 1110111 | 1101111 | 10001101 | 10000 | 10101 | 0 | 101101 | 100000000 | 1100 | 110001 |
Color Harmonies of #776F8D
Complementary color
Monochromatic Colors of #776F8D
Black with #776F8D
Text Example
Text Example
White with #776F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F8D; }
p { color: rgb(119,111,141); }
H1.HeaderClassName
{
color: #776F8D;
}
.AnyTagClassName
{
color: #776F8D;
}
</style>
background-color css
<style>
a { background-color: #776F8D; }
a { background-color: rgb(119,111,141); }
div.DivClassName
{
background-color: #776F8D;
}
.BgClassName
{
background-color: #776F8D;
}
</style>
border-color css
<style>
span { border-color: #776F8D; }
span { border-color: rgb(119,111,141); }
td.TdClassName
{
border-color: #776F8D;
}
.TagClassName
{
border-color: #776F8D;
}
</style>