Shades of Venus #91767C
Tints of Venus #91767C
RGB
CMYK
RGB Variations
Color information
#91767C (or 0x91767C) is known color: Venus. HEX triplet: 91, 76 and 7C. RGB value is (145,118,124). Sum of RGB (Red+Green+Blue) = 145+118+124=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #91767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91767C is #6E8983. Grayscale: #7E7E7E. Windows color (decimal): -7244164 or 8156817. OLE color: 8156817.
HSL color Cylindrical-coordinate representation of color #91767C: hue angle of 346.67º 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 #91767C is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 124 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.43 |
| HSL | 346.67º | 0.11% | 0.52% | - |
| HSV(B) | 346.67º | 0.19% | 0.57% | - |
| XYZ | 21.79 | 20.43 | 21.86 | - |
| YUV | 126.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 124 | 0 | 0.19 | 0.14 | 0.43 | 346.67 | 0.11 | 0.52 |
| Hex | 91 | 76 | 7C | 0 | 13 | E | 2B | 15B | B | 34 |
| Octal | 221 | 166 | 174 | 0 | 23 | 16 | 53 | 533 | 13 | 64 |
| Binary | 10010001 | 1110110 | 1111100 | 0 | 10011 | 1110 | 101011 | 101011011 | 1011 | 110100 |
Color Harmonies of #91767C
Complementary color
Monochromatic Colors of #91767C
Black with #91767C
Text Example
Text Example
White with #91767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91767C; }
p { color: rgb(145,118,124); }
H1.HeaderClassName
{
color: #91767C;
}
.AnyTagClassName
{
color: #91767C;
}
</style>
background-color css
<style>
a { background-color: #91767C; }
a { background-color: rgb(145,118,124); }
div.DivClassName
{
background-color: #91767C;
}
.BgClassName
{
background-color: #91767C;
}
</style>
border-color css
<style>
span { border-color: #91767C; }
span { border-color: rgb(145,118,124); }
td.TdClassName
{
border-color: #91767C;
}
.TagClassName
{
border-color: #91767C;
}
</style>