Shades of Venus #92737B
Tints of Venus #92737B
RGB
CMYK
RGB Variations
Color information
#92737B (or 0x92737B) is known color: Venus. HEX triplet: 92, 73 and 7B. RGB value is (146,115,123). Sum of RGB (Red+Green+Blue) = 146+115+123=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #92737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92737B is #6D8C84. Grayscale: #7D7D7D. Windows color (decimal): -7179397 or 8090514. OLE color: 8090514.
HSL color Cylindrical-coordinate representation of color #92737B: hue angle of 344.52º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92737B is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 115 | 123 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.43 |
| HSL | 344.52º | 0.12% | 0.51% | - |
| HSV(B) | 344.52º | 0.21% | 0.57% | - |
| XYZ | 21.56 | 19.8 | 21.42 | - |
| YUV | 125.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 123 | 0 | 0.21 | 0.16 | 0.43 | 344.52 | 0.12 | 0.51 |
| Hex | 92 | 73 | 7B | 0 | 15 | 10 | 2B | 159 | C | 33 |
| Octal | 222 | 163 | 173 | 0 | 25 | 20 | 53 | 531 | 14 | 63 |
| Binary | 10010010 | 1110011 | 1111011 | 0 | 10101 | 10000 | 101011 | 101011001 | 1100 | 110011 |
Color Harmonies of #92737B
Complementary color
Monochromatic Colors of #92737B
Black with #92737B
Text Example
Text Example
White with #92737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92737B; }
p { color: rgb(146,115,123); }
H1.HeaderClassName
{
color: #92737B;
}
.AnyTagClassName
{
color: #92737B;
}
</style>
background-color css
<style>
a { background-color: #92737B; }
a { background-color: rgb(146,115,123); }
div.DivClassName
{
background-color: #92737B;
}
.BgClassName
{
background-color: #92737B;
}
</style>
border-color css
<style>
span { border-color: #92737B; }
span { border-color: rgb(146,115,123); }
td.TdClassName
{
border-color: #92737B;
}
.TagClassName
{
border-color: #92737B;
}
</style>