Shades of Venus #91787C
Tints of Venus #91787C
RGB
CMYK
RGB Variations
Color information
#91787C (or 0x91787C) is known color: Venus. HEX triplet: 91, 78 and 7C. RGB value is (145,120,124). Sum of RGB (Red+Green+Blue) = 145+120+124=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #91787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91787C is #6E8783. Grayscale: #7F7F7F. Windows color (decimal): -7243652 or 8157329. OLE color: 8157329.
HSL color Cylindrical-coordinate representation of color #91787C: hue angle of 350.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91787C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 124 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.43 |
| HSL | 350.4º | 0.1% | 0.52% | - |
| HSV(B) | 350.4º | 0.17% | 0.57% | - |
| XYZ | 22.03 | 20.91 | 21.94 | - |
| YUV | 127.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 124 | 0 | 0.17 | 0.14 | 0.43 | 350.4 | 0.1 | 0.52 |
| Hex | 91 | 78 | 7C | 0 | 11 | E | 2B | 15E | A | 34 |
| Octal | 221 | 170 | 174 | 0 | 21 | 16 | 53 | 536 | 12 | 64 |
| Binary | 10010001 | 1111000 | 1111100 | 0 | 10001 | 1110 | 101011 | 101011110 | 1010 | 110100 |
Color Harmonies of #91787C
Complementary color
Monochromatic Colors of #91787C
Black with #91787C
Text Example
Text Example
White with #91787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91787C; }
p { color: rgb(145,120,124); }
H1.HeaderClassName
{
color: #91787C;
}
.AnyTagClassName
{
color: #91787C;
}
</style>
background-color css
<style>
a { background-color: #91787C; }
a { background-color: rgb(145,120,124); }
div.DivClassName
{
background-color: #91787C;
}
.BgClassName
{
background-color: #91787C;
}
</style>
border-color css
<style>
span { border-color: #91787C; }
span { border-color: rgb(145,120,124); }
td.TdClassName
{
border-color: #91787C;
}
.TagClassName
{
border-color: #91787C;
}
</style>