Shades of Venus #937A7E
Tints of Venus #937A7E
RGB
CMYK
RGB Variations
Color information
#937A7E (or 0x937A7E) is known color: Venus. HEX triplet: 93, 7A and 7E. RGB value is (147,122,126). Sum of RGB (Red+Green+Blue) = 147+122+126=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #937A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A7E is #6C8581. Grayscale: #818181. Windows color (decimal): -7112066 or 8288915. OLE color: 8288915.
HSL color Cylindrical-coordinate representation of color #937A7E: hue angle of 350.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937A7E is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 126 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.42 |
| HSL | 350.4º | 0.1% | 0.53% | - |
| HSV(B) | 350.4º | 0.17% | 0.58% | - |
| XYZ | 22.76 | 21.63 | 22.71 | - |
| YUV | 129.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 126 | 0 | 0.17 | 0.14 | 0.42 | 350.4 | 0.1 | 0.53 |
| Hex | 93 | 7A | 7E | 0 | 11 | E | 2A | 15E | A | 35 |
| Octal | 223 | 172 | 176 | 0 | 21 | 16 | 52 | 536 | 12 | 65 |
| Binary | 10010011 | 1111010 | 1111110 | 0 | 10001 | 1110 | 101010 | 101011110 | 1010 | 110101 |
Color Harmonies of #937A7E
Complementary color
Monochromatic Colors of #937A7E
Black with #937A7E
Text Example
Text Example
White with #937A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A7E; }
p { color: rgb(147,122,126); }
H1.HeaderClassName
{
color: #937A7E;
}
.AnyTagClassName
{
color: #937A7E;
}
</style>
background-color css
<style>
a { background-color: #937A7E; }
a { background-color: rgb(147,122,126); }
div.DivClassName
{
background-color: #937A7E;
}
.BgClassName
{
background-color: #937A7E;
}
</style>
border-color css
<style>
span { border-color: #937A7E; }
span { border-color: rgb(147,122,126); }
td.TdClassName
{
border-color: #937A7E;
}
.TagClassName
{
border-color: #937A7E;
}
</style>