Shades of Venus #91777E
Tints of Venus #91777E
RGB
CMYK
RGB Variations
Color information
#91777E (or 0x91777E) is known color: Venus. HEX triplet: 91, 77 and 7E. RGB value is (145,119,126). Sum of RGB (Red+Green+Blue) = 145+119+126=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #91777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91777E is #6E8881. Grayscale: #7F7F7F. Windows color (decimal): -7243906 or 8288145. OLE color: 8288145.
HSL color Cylindrical-coordinate representation of color #91777E: hue angle of 343.85º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91777E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 126 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.43 |
| HSL | 343.85º | 0.11% | 0.52% | - |
| HSV(B) | 343.85º | 0.18% | 0.57% | - |
| XYZ | 22.04 | 20.72 | 22.58 | - |
| YUV | 127.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 126 | 0 | 0.18 | 0.13 | 0.43 | 343.85 | 0.11 | 0.52 |
| Hex | 91 | 77 | 7E | 0 | 12 | D | 2B | 158 | B | 34 |
| Octal | 221 | 167 | 176 | 0 | 22 | 15 | 53 | 530 | 13 | 64 |
| Binary | 10010001 | 1110111 | 1111110 | 0 | 10010 | 1101 | 101011 | 101011000 | 1011 | 110100 |
Color Harmonies of #91777E
Complementary color
Monochromatic Colors of #91777E
Black with #91777E
Text Example
Text Example
White with #91777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91777E; }
p { color: rgb(145,119,126); }
H1.HeaderClassName
{
color: #91777E;
}
.AnyTagClassName
{
color: #91777E;
}
</style>
background-color css
<style>
a { background-color: #91777E; }
a { background-color: rgb(145,119,126); }
div.DivClassName
{
background-color: #91777E;
}
.BgClassName
{
background-color: #91777E;
}
</style>
border-color css
<style>
span { border-color: #91777E; }
span { border-color: rgb(145,119,126); }
td.TdClassName
{
border-color: #91777E;
}
.TagClassName
{
border-color: #91777E;
}
</style>