Shades of Kimberly #776490
Tints of Kimberly #776490
RGB
CMYK
RGB Variations
Color information
#776490 (or 0x776490) is known color: Kimberly. HEX triplet: 77, 64 and 90. RGB value is (119,100,144). Sum of RGB (Red+Green+Blue) = 119+100+144=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #776490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776490 is #889B6F. Grayscale: #6E6E6E. Windows color (decimal): -8952688 or 9462903. OLE color: 9462903.
HSL color Cylindrical-coordinate representation of color #776490: hue angle of 265.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776490 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 100 | 144 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.44 |
| HSL | 265.91º | 0.18% | 0.48% | - |
| HSV(B) | 265.91º | 0.31% | 0.56% | - |
| XYZ | 17.2 | 15.05 | 28.38 | - |
| YUV | 110.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 144 | 0.17 | 0.31 | 0 | 0.44 | 265.91 | 0.18 | 0.48 |
| Hex | 77 | 64 | 90 | 11 | 1F | 0 | 2C | 10A | 12 | 30 |
| Octal | 167 | 144 | 220 | 21 | 37 | 0 | 54 | 412 | 22 | 60 |
| Binary | 1110111 | 1100100 | 10010000 | 10001 | 11111 | 0 | 101100 | 100001010 | 10010 | 110000 |
Color Harmonies of #776490
Complementary color
Monochromatic Colors of #776490
Black with #776490
Text Example
Text Example
White with #776490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776490; }
p { color: rgb(119,100,144); }
H1.HeaderClassName
{
color: #776490;
}
.AnyTagClassName
{
color: #776490;
}
</style>
background-color css
<style>
a { background-color: #776490; }
a { background-color: rgb(119,100,144); }
div.DivClassName
{
background-color: #776490;
}
.BgClassName
{
background-color: #776490;
}
</style>
border-color css
<style>
span { border-color: #776490; }
span { border-color: rgb(119,100,144); }
td.TdClassName
{
border-color: #776490;
}
.TagClassName
{
border-color: #776490;
}
</style>