Shades of Venus #926F7A
Tints of Venus #926F7A
RGB
CMYK
RGB Variations
Color information
#926F7A (or 0x926F7A) is known color: Venus. HEX triplet: 92, 6F and 7A. RGB value is (146,111,122). Sum of RGB (Red+Green+Blue) = 146+111+122=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #926F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F7A is #6D9085. Grayscale: #7A7A7A. Windows color (decimal): -7180422 or 8023954. OLE color: 8023954.
HSL color Cylindrical-coordinate representation of color #926F7A: hue angle of 341.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #926F7A is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 122 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.43 |
| HSL | 341.14º | 0.14% | 0.5% | - |
| HSV(B) | 341.14º | 0.24% | 0.57% | - |
| XYZ | 21.05 | 18.89 | 20.95 | - |
| YUV | 122.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 122 | 0 | 0.24 | 0.16 | 0.43 | 341.14 | 0.14 | 0.5 |
| Hex | 92 | 6F | 7A | 0 | 18 | 10 | 2B | 155 | E | 32 |
| Octal | 222 | 157 | 172 | 0 | 30 | 20 | 53 | 525 | 16 | 62 |
| Binary | 10010010 | 1101111 | 1111010 | 0 | 11000 | 10000 | 101011 | 101010101 | 1110 | 110010 |
Color Harmonies of #926F7A
Complementary color
Monochromatic Colors of #926F7A
Black with #926F7A
Text Example
Text Example
White with #926F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F7A; }
p { color: rgb(146,111,122); }
H1.HeaderClassName
{
color: #926F7A;
}
.AnyTagClassName
{
color: #926F7A;
}
</style>
background-color css
<style>
a { background-color: #926F7A; }
a { background-color: rgb(146,111,122); }
div.DivClassName
{
background-color: #926F7A;
}
.BgClassName
{
background-color: #926F7A;
}
</style>
border-color css
<style>
span { border-color: #926F7A; }
span { border-color: rgb(146,111,122); }
td.TdClassName
{
border-color: #926F7A;
}
.TagClassName
{
border-color: #926F7A;
}
</style>