Shades of Venus #91727A
Tints of Venus #91727A
RGB
CMYK
RGB Variations
Color information
#91727A (or 0x91727A) is known color: Venus. HEX triplet: 91, 72 and 7A. RGB value is (145,114,122). Sum of RGB (Red+Green+Blue) = 145+114+122=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #91727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91727A is #6E8D85. Grayscale: #7C7C7C. Windows color (decimal): -7245190 or 8024721. OLE color: 8024721.
HSL color Cylindrical-coordinate representation of color #91727A: hue angle of 344.52º 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 #91727A is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 122 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.43 |
| HSL | 344.52º | 0.12% | 0.51% | - |
| HSV(B) | 344.52º | 0.21% | 0.57% | - |
| XYZ | 21.21 | 19.46 | 21.05 | - |
| YUV | 124.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 122 | 0 | 0.21 | 0.16 | 0.43 | 344.52 | 0.12 | 0.51 |
| Hex | 91 | 72 | 7A | 0 | 15 | 10 | 2B | 159 | C | 33 |
| Octal | 221 | 162 | 172 | 0 | 25 | 20 | 53 | 531 | 14 | 63 |
| Binary | 10010001 | 1110010 | 1111010 | 0 | 10101 | 10000 | 101011 | 101011001 | 1100 | 110011 |
Color Harmonies of #91727A
Complementary color
Monochromatic Colors of #91727A
Black with #91727A
Text Example
Text Example
White with #91727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91727A; }
p { color: rgb(145,114,122); }
H1.HeaderClassName
{
color: #91727A;
}
.AnyTagClassName
{
color: #91727A;
}
</style>
background-color css
<style>
a { background-color: #91727A; }
a { background-color: rgb(145,114,122); }
div.DivClassName
{
background-color: #91727A;
}
.BgClassName
{
background-color: #91727A;
}
</style>
border-color css
<style>
span { border-color: #91727A; }
span { border-color: rgb(145,114,122); }
td.TdClassName
{
border-color: #91727A;
}
.TagClassName
{
border-color: #91727A;
}
</style>