Shades of Venus #91727F
Tints of Venus #91727F
RGB
CMYK
RGB Variations
Color information
#91727F (or 0x91727F) is known color: Venus. HEX triplet: 91, 72 and 7F. RGB value is (145,114,127). Sum of RGB (Red+Green+Blue) = 145+114+127=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91727F is #6E8D80. Grayscale: #7C7C7C. Windows color (decimal): -7245185 or 8352401. OLE color: 8352401.
HSL color Cylindrical-coordinate representation of color #91727F: hue angle of 334.84º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91727F is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 127 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.43 |
| HSL | 334.84º | 0.12% | 0.51% | - |
| HSV(B) | 334.84º | 0.21% | 0.57% | - |
| XYZ | 21.53 | 19.59 | 22.72 | - |
| YUV | 124.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 127 | 0 | 0.21 | 0.12 | 0.43 | 334.84 | 0.12 | 0.51 |
| Hex | 91 | 72 | 7F | 0 | 15 | C | 2B | 14F | C | 33 |
| Octal | 221 | 162 | 177 | 0 | 25 | 14 | 53 | 517 | 14 | 63 |
| Binary | 10010001 | 1110010 | 1111111 | 0 | 10101 | 1100 | 101011 | 101001111 | 1100 | 110011 |
Color Harmonies of #91727F
Complementary color
Monochromatic Colors of #91727F
Black with #91727F
Text Example
Text Example
White with #91727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91727F; }
p { color: rgb(145,114,127); }
H1.HeaderClassName
{
color: #91727F;
}
.AnyTagClassName
{
color: #91727F;
}
</style>
background-color css
<style>
a { background-color: #91727F; }
a { background-color: rgb(145,114,127); }
div.DivClassName
{
background-color: #91727F;
}
.BgClassName
{
background-color: #91727F;
}
</style>
border-color css
<style>
span { border-color: #91727F; }
span { border-color: rgb(145,114,127); }
td.TdClassName
{
border-color: #91727F;
}
.TagClassName
{
border-color: #91727F;
}
</style>