Shades of Venus #91767E
Tints of Venus #91767E
RGB
CMYK
RGB Variations
Color information
#91767E (or 0x91767E) is known color: Venus. HEX triplet: 91, 76 and 7E. RGB value is (145,118,126). Sum of RGB (Red+Green+Blue) = 145+118+126=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #91767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91767E is #6E8981. Grayscale: #7E7E7E. Windows color (decimal): -7244162 or 8287889. OLE color: 8287889.
HSL color Cylindrical-coordinate representation of color #91767E: hue angle of 342.22º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91767E is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 126 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.43 |
| HSL | 342.22º | 0.11% | 0.52% | - |
| HSV(B) | 342.22º | 0.19% | 0.57% | - |
| XYZ | 21.92 | 20.48 | 22.54 | - |
| YUV | 126.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 126 | 0 | 0.19 | 0.13 | 0.43 | 342.22 | 0.11 | 0.52 |
| Hex | 91 | 76 | 7E | 0 | 13 | D | 2B | 156 | B | 34 |
| Octal | 221 | 166 | 176 | 0 | 23 | 15 | 53 | 526 | 13 | 64 |
| Binary | 10010001 | 1110110 | 1111110 | 0 | 10011 | 1101 | 101011 | 101010110 | 1011 | 110100 |
Color Harmonies of #91767E
Complementary color
Monochromatic Colors of #91767E
Black with #91767E
Text Example
Text Example
White with #91767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91767E; }
p { color: rgb(145,118,126); }
H1.HeaderClassName
{
color: #91767E;
}
.AnyTagClassName
{
color: #91767E;
}
</style>
background-color css
<style>
a { background-color: #91767E; }
a { background-color: rgb(145,118,126); }
div.DivClassName
{
background-color: #91767E;
}
.BgClassName
{
background-color: #91767E;
}
</style>
border-color css
<style>
span { border-color: #91767E; }
span { border-color: rgb(145,118,126); }
td.TdClassName
{
border-color: #91767E;
}
.TagClassName
{
border-color: #91767E;
}
</style>