Shades of Venus #91757A
Tints of Venus #91757A
RGB
CMYK
RGB Variations
Color information
#91757A (or 0x91757A) is known color: Venus. HEX triplet: 91, 75 and 7A. RGB value is (145,117,122). Sum of RGB (Red+Green+Blue) = 145+117+122=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #91757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91757A is #6E8A85. Grayscale: #7D7D7D. Windows color (decimal): -7244422 or 8025489. OLE color: 8025489.
HSL color Cylindrical-coordinate representation of color #91757A: hue angle of 349.29º 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 #91757A is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 122 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.43 |
| HSL | 349.29º | 0.11% | 0.51% | - |
| HSV(B) | 349.29º | 0.19% | 0.57% | - |
| XYZ | 21.55 | 20.15 | 21.17 | - |
| YUV | 125.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 122 | 0 | 0.19 | 0.16 | 0.43 | 349.29 | 0.11 | 0.51 |
| Hex | 91 | 75 | 7A | 0 | 13 | 10 | 2B | 15D | B | 33 |
| Octal | 221 | 165 | 172 | 0 | 23 | 20 | 53 | 535 | 13 | 63 |
| Binary | 10010001 | 1110101 | 1111010 | 0 | 10011 | 10000 | 101011 | 101011101 | 1011 | 110011 |
Color Harmonies of #91757A
Complementary color
Monochromatic Colors of #91757A
Black with #91757A
Text Example
Text Example
White with #91757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91757A; }
p { color: rgb(145,117,122); }
H1.HeaderClassName
{
color: #91757A;
}
.AnyTagClassName
{
color: #91757A;
}
</style>
background-color css
<style>
a { background-color: #91757A; }
a { background-color: rgb(145,117,122); }
div.DivClassName
{
background-color: #91757A;
}
.BgClassName
{
background-color: #91757A;
}
</style>
border-color css
<style>
span { border-color: #91757A; }
span { border-color: rgb(145,117,122); }
td.TdClassName
{
border-color: #91757A;
}
.TagClassName
{
border-color: #91757A;
}
</style>