Shades of Venus #93787F
Tints of Venus #93787F
RGB
CMYK
RGB Variations
Color information
#93787F (or 0x93787F) is known color: Venus. HEX triplet: 93, 78 and 7F. RGB value is (147,120,127). Sum of RGB (Red+Green+Blue) = 147+120+127=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #93787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93787F is #6C8780. Grayscale: #808080. Windows color (decimal): -7112577 or 8353939. OLE color: 8353939.
HSL color Cylindrical-coordinate representation of color #93787F: hue angle of 344.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93787F is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 127 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.42 |
| HSL | 344.44º | 0.11% | 0.52% | - |
| HSV(B) | 344.44º | 0.18% | 0.58% | - |
| XYZ | 22.58 | 21.17 | 22.97 | - |
| YUV | 128.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 127 | 0 | 0.18 | 0.14 | 0.42 | 344.44 | 0.11 | 0.52 |
| Hex | 93 | 78 | 7F | 0 | 12 | E | 2A | 158 | B | 34 |
| Octal | 223 | 170 | 177 | 0 | 22 | 16 | 52 | 530 | 13 | 64 |
| Binary | 10010011 | 1111000 | 1111111 | 0 | 10010 | 1110 | 101010 | 101011000 | 1011 | 110100 |
Color Harmonies of #93787F
Complementary color
Monochromatic Colors of #93787F
Black with #93787F
Text Example
Text Example
White with #93787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93787F; }
p { color: rgb(147,120,127); }
H1.HeaderClassName
{
color: #93787F;
}
.AnyTagClassName
{
color: #93787F;
}
</style>
background-color css
<style>
a { background-color: #93787F; }
a { background-color: rgb(147,120,127); }
div.DivClassName
{
background-color: #93787F;
}
.BgClassName
{
background-color: #93787F;
}
</style>
border-color css
<style>
span { border-color: #93787F; }
span { border-color: rgb(147,120,127); }
td.TdClassName
{
border-color: #93787F;
}
.TagClassName
{
border-color: #93787F;
}
</style>