Shades of Venus #93787C
Tints of Venus #93787C
RGB
CMYK
RGB Variations
Color information
#93787C (or 0x93787C) is known color: Venus. HEX triplet: 93, 78 and 7C. RGB value is (147,120,124). Sum of RGB (Red+Green+Blue) = 147+120+124=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93787C is #6C8783. Grayscale: #808080. Windows color (decimal): -7112580 or 8157331. OLE color: 8157331.
HSL color Cylindrical-coordinate representation of color #93787C: hue angle of 351.11º 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 #93787C is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 124 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.42 |
| HSL | 351.11º | 0.11% | 0.52% | - |
| HSV(B) | 351.11º | 0.18% | 0.58% | - |
| XYZ | 22.39 | 21.09 | 21.96 | - |
| YUV | 128.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 124 | 0 | 0.18 | 0.16 | 0.42 | 351.11 | 0.11 | 0.52 |
| Hex | 93 | 78 | 7C | 0 | 12 | 10 | 2A | 15F | B | 34 |
| Octal | 223 | 170 | 174 | 0 | 22 | 20 | 52 | 537 | 13 | 64 |
| Binary | 10010011 | 1111000 | 1111100 | 0 | 10010 | 10000 | 101010 | 101011111 | 1011 | 110100 |
Color Harmonies of #93787C
Complementary color
Monochromatic Colors of #93787C
Black with #93787C
Text Example
Text Example
White with #93787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93787C; }
p { color: rgb(147,120,124); }
H1.HeaderClassName
{
color: #93787C;
}
.AnyTagClassName
{
color: #93787C;
}
</style>
background-color css
<style>
a { background-color: #93787C; }
a { background-color: rgb(147,120,124); }
div.DivClassName
{
background-color: #93787C;
}
.BgClassName
{
background-color: #93787C;
}
</style>
border-color css
<style>
span { border-color: #93787C; }
span { border-color: rgb(147,120,124); }
td.TdClassName
{
border-color: #93787C;
}
.TagClassName
{
border-color: #93787C;
}
</style>