Shades of Venus #92797D
Tints of Venus #92797D
RGB
CMYK
RGB Variations
Color information
#92797D (or 0x92797D) is known color: Venus. HEX triplet: 92, 79 and 7D. RGB value is (146,121,125). Sum of RGB (Red+Green+Blue) = 146+121+125=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #92797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92797D is #6D8682. Grayscale: #808080. Windows color (decimal): -7177859 or 8223122. OLE color: 8223122.
HSL color Cylindrical-coordinate representation of color #92797D: hue angle of 350.4º 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 #92797D is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 121 | 125 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.43 |
| HSL | 350.4º | 0.1% | 0.52% | - |
| HSV(B) | 350.4º | 0.17% | 0.57% | - |
| XYZ | 22.39 | 21.27 | 22.33 | - |
| YUV | 128.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 121 | 125 | 0 | 0.17 | 0.14 | 0.43 | 350.4 | 0.1 | 0.52 |
| Hex | 92 | 79 | 7D | 0 | 11 | E | 2B | 15E | A | 34 |
| Octal | 222 | 171 | 175 | 0 | 21 | 16 | 53 | 536 | 12 | 64 |
| Binary | 10010010 | 1111001 | 1111101 | 0 | 10001 | 1110 | 101011 | 101011110 | 1010 | 110100 |
Color Harmonies of #92797D
Complementary color
Monochromatic Colors of #92797D
Black with #92797D
Text Example
Text Example
White with #92797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92797D; }
p { color: rgb(146,121,125); }
H1.HeaderClassName
{
color: #92797D;
}
.AnyTagClassName
{
color: #92797D;
}
</style>
background-color css
<style>
a { background-color: #92797D; }
a { background-color: rgb(146,121,125); }
div.DivClassName
{
background-color: #92797D;
}
.BgClassName
{
background-color: #92797D;
}
</style>
border-color css
<style>
span { border-color: #92797D; }
span { border-color: rgb(146,121,125); }
td.TdClassName
{
border-color: #92797D;
}
.TagClassName
{
border-color: #92797D;
}
</style>