Shades of Venus #92797E
Tints of Venus #92797E
RGB
CMYK
RGB Variations
Color information
#92797E (or 0x92797E) is known color: Venus. HEX triplet: 92, 79 and 7E. RGB value is (146,121,126). Sum of RGB (Red+Green+Blue) = 146+121+126=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #92797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92797E is #6D8681. Grayscale: #818181. Windows color (decimal): -7177858 or 8288658. OLE color: 8288658.
HSL color Cylindrical-coordinate representation of color #92797E: hue angle of 348º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92797E is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 121 | 126 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.43 |
| HSL | 348º | 0.1% | 0.52% | - |
| HSV(B) | 348º | 0.17% | 0.57% | - |
| XYZ | 22.46 | 21.29 | 22.66 | - |
| YUV | 129.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 121 | 126 | 0 | 0.17 | 0.14 | 0.43 | 348 | 0.1 | 0.52 |
| Hex | 92 | 79 | 7E | 0 | 11 | E | 2B | 15C | A | 34 |
| Octal | 222 | 171 | 176 | 0 | 21 | 16 | 53 | 534 | 12 | 64 |
| Binary | 10010010 | 1111001 | 1111110 | 0 | 10001 | 1110 | 101011 | 101011100 | 1010 | 110100 |
Color Harmonies of #92797E
Complementary color
Monochromatic Colors of #92797E
Black with #92797E
Text Example
Text Example
White with #92797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92797E; }
p { color: rgb(146,121,126); }
H1.HeaderClassName
{
color: #92797E;
}
.AnyTagClassName
{
color: #92797E;
}
</style>
background-color css
<style>
a { background-color: #92797E; }
a { background-color: rgb(146,121,126); }
div.DivClassName
{
background-color: #92797E;
}
.BgClassName
{
background-color: #92797E;
}
</style>
border-color css
<style>
span { border-color: #92797E; }
span { border-color: rgb(146,121,126); }
td.TdClassName
{
border-color: #92797E;
}
.TagClassName
{
border-color: #92797E;
}
</style>