Shades of Venus #92757E
Tints of Venus #92757E
RGB
CMYK
RGB Variations
Color information
#92757E (or 0x92757E) is known color: Venus. HEX triplet: 92, 75 and 7E. RGB value is (146,117,126). Sum of RGB (Red+Green+Blue) = 146+117+126=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #92757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92757E is #6D8A81. Grayscale: #7E7E7E. Windows color (decimal): -7178882 or 8287634. OLE color: 8287634.
HSL color Cylindrical-coordinate representation of color #92757E: hue angle of 341.38º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92757E is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 117 | 126 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.43 |
| HSL | 341.38º | 0.12% | 0.52% | - |
| HSV(B) | 341.38º | 0.2% | 0.57% | - |
| XYZ | 21.98 | 20.34 | 22.51 | - |
| YUV | 126.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 126 | 0 | 0.20 | 0.14 | 0.43 | 341.38 | 0.12 | 0.52 |
| Hex | 92 | 75 | 7E | 0 | 14 | E | 2B | 155 | C | 34 |
| Octal | 222 | 165 | 176 | 0 | 24 | 16 | 53 | 525 | 14 | 64 |
| Binary | 10010010 | 1110101 | 1111110 | 0 | 10100 | 1110 | 101011 | 101010101 | 1100 | 110100 |
Color Harmonies of #92757E
Complementary color
Monochromatic Colors of #92757E
Black with #92757E
Text Example
Text Example
White with #92757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92757E; }
p { color: rgb(146,117,126); }
H1.HeaderClassName
{
color: #92757E;
}
.AnyTagClassName
{
color: #92757E;
}
</style>
background-color css
<style>
a { background-color: #92757E; }
a { background-color: rgb(146,117,126); }
div.DivClassName
{
background-color: #92757E;
}
.BgClassName
{
background-color: #92757E;
}
</style>
border-color css
<style>
span { border-color: #92757E; }
span { border-color: rgb(146,117,126); }
td.TdClassName
{
border-color: #92757E;
}
.TagClassName
{
border-color: #92757E;
}
</style>