Shades of Venus #937B7E
Tints of Venus #937B7E
RGB
CMYK
RGB Variations
Color information
#937B7E (or 0x937B7E) is known color: Venus. HEX triplet: 93, 7B and 7E. RGB value is (147,123,126). Sum of RGB (Red+Green+Blue) = 147+123+126=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937B7E is #6C8481. Grayscale: #828282. Windows color (decimal): -7111810 or 8289171. OLE color: 8289171.
HSL color Cylindrical-coordinate representation of color #937B7E: hue angle of 352.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937B7E is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 126 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.42 |
| HSL | 352.5º | 0.1% | 0.53% | - |
| HSV(B) | 352.5º | 0.16% | 0.58% | - |
| XYZ | 22.88 | 21.88 | 22.76 | - |
| YUV | 130.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 126 | 0 | 0.16 | 0.14 | 0.42 | 352.5 | 0.1 | 0.53 |
| Hex | 93 | 7B | 7E | 0 | 10 | E | 2A | 160 | A | 35 |
| Octal | 223 | 173 | 176 | 0 | 20 | 16 | 52 | 540 | 12 | 65 |
| Binary | 10010011 | 1111011 | 1111110 | 0 | 10000 | 1110 | 101010 | 101100000 | 1010 | 110101 |
Color Harmonies of #937B7E
Complementary color
Monochromatic Colors of #937B7E
Black with #937B7E
Text Example
Text Example
White with #937B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B7E; }
p { color: rgb(147,123,126); }
H1.HeaderClassName
{
color: #937B7E;
}
.AnyTagClassName
{
color: #937B7E;
}
</style>
background-color css
<style>
a { background-color: #937B7E; }
a { background-color: rgb(147,123,126); }
div.DivClassName
{
background-color: #937B7E;
}
.BgClassName
{
background-color: #937B7E;
}
</style>
border-color css
<style>
span { border-color: #937B7E; }
span { border-color: rgb(147,123,126); }
td.TdClassName
{
border-color: #937B7E;
}
.TagClassName
{
border-color: #937B7E;
}
</style>