Shades of Venus #926E7A
Tints of Venus #926E7A
RGB
CMYK
RGB Variations
Color information
#926E7A (or 0x926E7A) is known color: Venus. HEX triplet: 92, 6E and 7A. RGB value is (146,110,122). Sum of RGB (Red+Green+Blue) = 146+110+122=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E7A is #6D9185. Grayscale: #7A7A7A. Windows color (decimal): -7180678 or 8023698. OLE color: 8023698.
HSL color Cylindrical-coordinate representation of color #926E7A: hue angle of 340º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E7A is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 110 | 122 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.43 |
| HSL | 340º | 0.14% | 0.5% | - |
| HSV(B) | 340º | 0.25% | 0.57% | - |
| XYZ | 20.94 | 18.67 | 20.91 | - |
| YUV | 122.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 122 | 0 | 0.25 | 0.16 | 0.43 | 340 | 0.14 | 0.5 |
| Hex | 92 | 6E | 7A | 0 | 19 | 10 | 2B | 154 | E | 32 |
| Octal | 222 | 156 | 172 | 0 | 31 | 20 | 53 | 524 | 16 | 62 |
| Binary | 10010010 | 1101110 | 1111010 | 0 | 11001 | 10000 | 101011 | 101010100 | 1110 | 110010 |
Color Harmonies of #926E7A
Complementary color
Monochromatic Colors of #926E7A
Black with #926E7A
Text Example
Text Example
White with #926E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926E7A; }
p { color: rgb(146,110,122); }
H1.HeaderClassName
{
color: #926E7A;
}
.AnyTagClassName
{
color: #926E7A;
}
</style>
background-color css
<style>
a { background-color: #926E7A; }
a { background-color: rgb(146,110,122); }
div.DivClassName
{
background-color: #926E7A;
}
.BgClassName
{
background-color: #926E7A;
}
</style>
border-color css
<style>
span { border-color: #926E7A; }
span { border-color: rgb(146,110,122); }
td.TdClassName
{
border-color: #926E7A;
}
.TagClassName
{
border-color: #926E7A;
}
</style>