Shades of Venus #91747A
Tints of Venus #91747A
RGB
CMYK
RGB Variations
Color information
#91747A (or 0x91747A) is known color: Venus. HEX triplet: 91, 74 and 7A. RGB value is (145,116,122). Sum of RGB (Red+Green+Blue) = 145+116+122=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #91747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91747A is #6E8B85. Grayscale: #7D7D7D. Windows color (decimal): -7244678 or 8025233. OLE color: 8025233.
HSL color Cylindrical-coordinate representation of color #91747A: hue angle of 347.59º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #91747A is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 116 | 122 | - |
| CMYK | 0 | 0.2 | 0.16 | 0.43 |
| HSL | 347.59º | 0.12% | 0.51% | - |
| HSV(B) | 347.59º | 0.2% | 0.57% | - |
| XYZ | 21.44 | 19.92 | 21.13 | - |
| YUV | 125.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 122 | 0 | 0.2 | 0.16 | 0.43 | 347.59 | 0.12 | 0.51 |
| Hex | 91 | 74 | 7A | 0 | 14 | 10 | 2B | 15C | C | 33 |
| Octal | 221 | 164 | 172 | 0 | 24 | 20 | 53 | 534 | 14 | 63 |
| Binary | 10010001 | 1110100 | 1111010 | 0 | 10100 | 10000 | 101011 | 101011100 | 1100 | 110011 |
Color Harmonies of #91747A
Complementary color
Monochromatic Colors of #91747A
Black with #91747A
Text Example
Text Example
White with #91747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91747A; }
p { color: rgb(145,116,122); }
H1.HeaderClassName
{
color: #91747A;
}
.AnyTagClassName
{
color: #91747A;
}
</style>
background-color css
<style>
a { background-color: #91747A; }
a { background-color: rgb(145,116,122); }
div.DivClassName
{
background-color: #91747A;
}
.BgClassName
{
background-color: #91747A;
}
</style>
border-color css
<style>
span { border-color: #91747A; }
span { border-color: rgb(145,116,122); }
td.TdClassName
{
border-color: #91747A;
}
.TagClassName
{
border-color: #91747A;
}
</style>