Shades of Venus #91757C
Tints of Venus #91757C
RGB
CMYK
RGB Variations
Color information
#91757C (or 0x91757C) is known color: Venus. HEX triplet: 91, 75 and 7C. RGB value is (145,117,124). Sum of RGB (Red+Green+Blue) = 145+117+124=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91757C is #6E8A83. Grayscale: #7E7E7E. Windows color (decimal): -7244420 or 8156561. OLE color: 8156561.
HSL color Cylindrical-coordinate representation of color #91757C: hue angle of 345º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91757C is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 124 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.43 |
| HSL | 345º | 0.11% | 0.51% | - |
| HSV(B) | 345º | 0.19% | 0.57% | - |
| XYZ | 21.68 | 20.2 | 21.82 | - |
| YUV | 126.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 124 | 0 | 0.19 | 0.14 | 0.43 | 345 | 0.11 | 0.51 |
| Hex | 91 | 75 | 7C | 0 | 13 | E | 2B | 159 | B | 33 |
| Octal | 221 | 165 | 174 | 0 | 23 | 16 | 53 | 531 | 13 | 63 |
| Binary | 10010001 | 1110101 | 1111100 | 0 | 10011 | 1110 | 101011 | 101011001 | 1011 | 110011 |
Color Harmonies of #91757C
Complementary color
Monochromatic Colors of #91757C
Black with #91757C
Text Example
Text Example
White with #91757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91757C; }
p { color: rgb(145,117,124); }
H1.HeaderClassName
{
color: #91757C;
}
.AnyTagClassName
{
color: #91757C;
}
</style>
background-color css
<style>
a { background-color: #91757C; }
a { background-color: rgb(145,117,124); }
div.DivClassName
{
background-color: #91757C;
}
.BgClassName
{
background-color: #91757C;
}
</style>
border-color css
<style>
span { border-color: #91757C; }
span { border-color: rgb(145,117,124); }
td.TdClassName
{
border-color: #91757C;
}
.TagClassName
{
border-color: #91757C;
}
</style>