Shades of Venus #91757E
Tints of Venus #91757E
RGB
CMYK
RGB Variations
Color information
#91757E (or 0x91757E) is known color: Venus. HEX triplet: 91, 75 and 7E. RGB value is (145,117,126). Sum of RGB (Red+Green+Blue) = 145+117+126=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91757E is #6E8A81. Grayscale: #7E7E7E. Windows color (decimal): -7244418 or 8287633. OLE color: 8287633.
HSL color Cylindrical-coordinate representation of color #91757E: hue angle of 340.71º 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 #91757E is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 126 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.43 |
| HSL | 340.71º | 0.11% | 0.51% | - |
| HSV(B) | 340.71º | 0.19% | 0.57% | - |
| XYZ | 21.8 | 20.25 | 22.5 | - |
| YUV | 126.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 126 | 0 | 0.19 | 0.13 | 0.43 | 340.71 | 0.11 | 0.51 |
| Hex | 91 | 75 | 7E | 0 | 13 | D | 2B | 155 | B | 33 |
| Octal | 221 | 165 | 176 | 0 | 23 | 15 | 53 | 525 | 13 | 63 |
| Binary | 10010001 | 1110101 | 1111110 | 0 | 10011 | 1101 | 101011 | 101010101 | 1011 | 110011 |
Color Harmonies of #91757E
Complementary color
Monochromatic Colors of #91757E
Black with #91757E
Text Example
Text Example
White with #91757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91757E; }
p { color: rgb(145,117,126); }
H1.HeaderClassName
{
color: #91757E;
}
.AnyTagClassName
{
color: #91757E;
}
</style>
background-color css
<style>
a { background-color: #91757E; }
a { background-color: rgb(145,117,126); }
div.DivClassName
{
background-color: #91757E;
}
.BgClassName
{
background-color: #91757E;
}
</style>
border-color css
<style>
span { border-color: #91757E; }
span { border-color: rgb(145,117,126); }
td.TdClassName
{
border-color: #91757E;
}
.TagClassName
{
border-color: #91757E;
}
</style>