Shades of Venus #91797C
Tints of Venus #91797C
RGB
CMYK
RGB Variations
Color information
#91797C (or 0x91797C) is known color: Venus. HEX triplet: 91, 79 and 7C. RGB value is (145,121,124). Sum of RGB (Red+Green+Blue) = 145+121+124=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #91797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91797C is #6E8683. Grayscale: #808080. Windows color (decimal): -7243396 or 8157585. OLE color: 8157585.
HSL color Cylindrical-coordinate representation of color #91797C: hue angle of 352.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91797C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 121 | 124 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.43 |
| HSL | 352.5º | 0.1% | 0.52% | - |
| HSV(B) | 352.5º | 0.17% | 0.57% | - |
| XYZ | 22.15 | 21.15 | 21.98 | - |
| YUV | 128.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 124 | 0 | 0.17 | 0.14 | 0.43 | 352.5 | 0.1 | 0.52 |
| Hex | 91 | 79 | 7C | 0 | 11 | E | 2B | 160 | A | 34 |
| Octal | 221 | 171 | 174 | 0 | 21 | 16 | 53 | 540 | 12 | 64 |
| Binary | 10010001 | 1111001 | 1111100 | 0 | 10001 | 1110 | 101011 | 101100000 | 1010 | 110100 |
Color Harmonies of #91797C
Complementary color
Monochromatic Colors of #91797C
Black with #91797C
Text Example
Text Example
White with #91797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91797C; }
p { color: rgb(145,121,124); }
H1.HeaderClassName
{
color: #91797C;
}
.AnyTagClassName
{
color: #91797C;
}
</style>
background-color css
<style>
a { background-color: #91797C; }
a { background-color: rgb(145,121,124); }
div.DivClassName
{
background-color: #91797C;
}
.BgClassName
{
background-color: #91797C;
}
</style>
border-color css
<style>
span { border-color: #91797C; }
span { border-color: rgb(145,121,124); }
td.TdClassName
{
border-color: #91797C;
}
.TagClassName
{
border-color: #91797C;
}
</style>