Shades of Venus #91777D
Tints of Venus #91777D
RGB
CMYK
RGB Variations
Color information
#91777D (or 0x91777D) is known color: Venus. HEX triplet: 91, 77 and 7D. RGB value is (145,119,125). Sum of RGB (Red+Green+Blue) = 145+119+125=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #91777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91777D is #6E8882. Grayscale: #7F7F7F. Windows color (decimal): -7243907 or 8222609. OLE color: 8222609.
HSL color Cylindrical-coordinate representation of color #91777D: hue angle of 346.15º 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 #91777D is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 125 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.43 |
| HSL | 346.15º | 0.11% | 0.52% | - |
| HSV(B) | 346.15º | 0.18% | 0.57% | - |
| XYZ | 21.98 | 20.69 | 22.24 | - |
| YUV | 127.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 125 | 0 | 0.18 | 0.14 | 0.43 | 346.15 | 0.11 | 0.52 |
| Hex | 91 | 77 | 7D | 0 | 12 | E | 2B | 15A | B | 34 |
| Octal | 221 | 167 | 175 | 0 | 22 | 16 | 53 | 532 | 13 | 64 |
| Binary | 10010001 | 1110111 | 1111101 | 0 | 10010 | 1110 | 101011 | 101011010 | 1011 | 110100 |
Color Harmonies of #91777D
Complementary color
Monochromatic Colors of #91777D
Black with #91777D
Text Example
Text Example
White with #91777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91777D; }
p { color: rgb(145,119,125); }
H1.HeaderClassName
{
color: #91777D;
}
.AnyTagClassName
{
color: #91777D;
}
</style>
background-color css
<style>
a { background-color: #91777D; }
a { background-color: rgb(145,119,125); }
div.DivClassName
{
background-color: #91777D;
}
.BgClassName
{
background-color: #91777D;
}
</style>
border-color css
<style>
span { border-color: #91777D; }
span { border-color: rgb(145,119,125); }
td.TdClassName
{
border-color: #91777D;
}
.TagClassName
{
border-color: #91777D;
}
</style>