Shades of Venus #92737A
Tints of Venus #92737A
RGB
CMYK
RGB Variations
Color information
#92737A (or 0x92737A) is known color: Venus. HEX triplet: 92, 73 and 7A. RGB value is (146,115,122). Sum of RGB (Red+Green+Blue) = 146+115+122=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #92737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92737A is #6D8C85. Grayscale: #7D7D7D. Windows color (decimal): -7179398 or 8024978. OLE color: 8024978.
HSL color Cylindrical-coordinate representation of color #92737A: hue angle of 346.45º 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 #92737A is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 115 | 122 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.43 |
| HSL | 346.45º | 0.12% | 0.51% | - |
| HSV(B) | 346.45º | 0.21% | 0.57% | - |
| XYZ | 21.5 | 19.78 | 21.1 | - |
| YUV | 125.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 122 | 0 | 0.21 | 0.16 | 0.43 | 346.45 | 0.12 | 0.51 |
| Hex | 92 | 73 | 7A | 0 | 15 | 10 | 2B | 15A | C | 33 |
| Octal | 222 | 163 | 172 | 0 | 25 | 20 | 53 | 532 | 14 | 63 |
| Binary | 10010010 | 1110011 | 1111010 | 0 | 10101 | 10000 | 101011 | 101011010 | 1100 | 110011 |
Color Harmonies of #92737A
Complementary color
Monochromatic Colors of #92737A
Black with #92737A
Text Example
Text Example
White with #92737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92737A; }
p { color: rgb(146,115,122); }
H1.HeaderClassName
{
color: #92737A;
}
.AnyTagClassName
{
color: #92737A;
}
</style>
background-color css
<style>
a { background-color: #92737A; }
a { background-color: rgb(146,115,122); }
div.DivClassName
{
background-color: #92737A;
}
.BgClassName
{
background-color: #92737A;
}
</style>
border-color css
<style>
span { border-color: #92737A; }
span { border-color: rgb(146,115,122); }
td.TdClassName
{
border-color: #92737A;
}
.TagClassName
{
border-color: #92737A;
}
</style>