Shades of Kimberly #776390
Tints of Kimberly #776390
RGB
CMYK
RGB Variations
Color information
#776390 (or 0x776390) is known color: Kimberly. HEX triplet: 77, 63 and 90. RGB value is (119,99,144). Sum of RGB (Red+Green+Blue) = 119+99+144=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #776390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776390 is #889C6F. Grayscale: #6D6D6D. Windows color (decimal): -8952944 or 9462647. OLE color: 9462647.
HSL color Cylindrical-coordinate representation of color #776390: hue angle of 266.67º degrees, saturation: 0.19, 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 #776390 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 99 | 144 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.44 |
| HSL | 266.67º | 0.19% | 0.48% | - |
| HSV(B) | 266.67º | 0.31% | 0.56% | - |
| XYZ | 17.1 | 14.86 | 28.35 | - |
| YUV | 110.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 144 | 0.17 | 0.31 | 0 | 0.44 | 266.67 | 0.19 | 0.48 |
| Hex | 77 | 63 | 90 | 11 | 1F | 0 | 2C | 10B | 13 | 30 |
| Octal | 167 | 143 | 220 | 21 | 37 | 0 | 54 | 413 | 23 | 60 |
| Binary | 1110111 | 1100011 | 10010000 | 10001 | 11111 | 0 | 101100 | 100001011 | 10011 | 110000 |
Color Harmonies of #776390
Complementary color
Monochromatic Colors of #776390
Black with #776390
Text Example
Text Example
White with #776390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776390; }
p { color: rgb(119,99,144); }
H1.HeaderClassName
{
color: #776390;
}
.AnyTagClassName
{
color: #776390;
}
</style>
background-color css
<style>
a { background-color: #776390; }
a { background-color: rgb(119,99,144); }
div.DivClassName
{
background-color: #776390;
}
.BgClassName
{
background-color: #776390;
}
</style>
border-color css
<style>
span { border-color: #776390; }
span { border-color: rgb(119,99,144); }
td.TdClassName
{
border-color: #776390;
}
.TagClassName
{
border-color: #776390;
}
</style>