Shades of Venus #937B7F
Tints of Venus #937B7F
RGB
CMYK
RGB Variations
Color information
#937B7F (or 0x937B7F) is known color: Venus. HEX triplet: 93, 7B and 7F. RGB value is (147,123,127). Sum of RGB (Red+Green+Blue) = 147+123+127=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #937B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937B7F is #6C8480. Grayscale: #828282. Windows color (decimal): -7111809 or 8354707. OLE color: 8354707.
HSL color Cylindrical-coordinate representation of color #937B7F: hue angle of 350º 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 #937B7F is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 127 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.42 |
| HSL | 350º | 0.1% | 0.53% | - |
| HSV(B) | 350º | 0.16% | 0.58% | - |
| XYZ | 22.95 | 21.9 | 23.1 | - |
| YUV | 130.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 127 | 0 | 0.16 | 0.14 | 0.42 | 350 | 0.1 | 0.53 |
| Hex | 93 | 7B | 7F | 0 | 10 | E | 2A | 15E | A | 35 |
| Octal | 223 | 173 | 177 | 0 | 20 | 16 | 52 | 536 | 12 | 65 |
| Binary | 10010011 | 1111011 | 1111111 | 0 | 10000 | 1110 | 101010 | 101011110 | 1010 | 110101 |
Color Harmonies of #937B7F
Complementary color
Monochromatic Colors of #937B7F
Black with #937B7F
Text Example
Text Example
White with #937B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B7F; }
p { color: rgb(147,123,127); }
H1.HeaderClassName
{
color: #937B7F;
}
.AnyTagClassName
{
color: #937B7F;
}
</style>
background-color css
<style>
a { background-color: #937B7F; }
a { background-color: rgb(147,123,127); }
div.DivClassName
{
background-color: #937B7F;
}
.BgClassName
{
background-color: #937B7F;
}
</style>
border-color css
<style>
span { border-color: #937B7F; }
span { border-color: rgb(147,123,127); }
td.TdClassName
{
border-color: #937B7F;
}
.TagClassName
{
border-color: #937B7F;
}
</style>