Shades of Venus #926F7B
Tints of Venus #926F7B
RGB
CMYK
RGB Variations
Color information
#926F7B (or 0x926F7B) is known color: Venus. HEX triplet: 92, 6F and 7B. RGB value is (146,111,123). Sum of RGB (Red+Green+Blue) = 146+111+123=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #926F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F7B is #6D9084. Grayscale: #7A7A7A. Windows color (decimal): -7180421 or 8089490. OLE color: 8089490.
HSL color Cylindrical-coordinate representation of color #926F7B: hue angle of 339.43º 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 #926F7B is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 123 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.43 |
| HSL | 339.43º | 0.14% | 0.5% | - |
| HSV(B) | 339.43º | 0.24% | 0.57% | - |
| XYZ | 21.11 | 18.91 | 21.28 | - |
| YUV | 122.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 123 | 0 | 0.24 | 0.16 | 0.43 | 339.43 | 0.14 | 0.5 |
| Hex | 92 | 6F | 7B | 0 | 18 | 10 | 2B | 153 | E | 32 |
| Octal | 222 | 157 | 173 | 0 | 30 | 20 | 53 | 523 | 16 | 62 |
| Binary | 10010010 | 1101111 | 1111011 | 0 | 11000 | 10000 | 101011 | 101010011 | 1110 | 110010 |
Color Harmonies of #926F7B
Complementary color
Monochromatic Colors of #926F7B
Black with #926F7B
Text Example
Text Example
White with #926F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F7B; }
p { color: rgb(146,111,123); }
H1.HeaderClassName
{
color: #926F7B;
}
.AnyTagClassName
{
color: #926F7B;
}
</style>
background-color css
<style>
a { background-color: #926F7B; }
a { background-color: rgb(146,111,123); }
div.DivClassName
{
background-color: #926F7B;
}
.BgClassName
{
background-color: #926F7B;
}
</style>
border-color css
<style>
span { border-color: #926F7B; }
span { border-color: rgb(146,111,123); }
td.TdClassName
{
border-color: #926F7B;
}
.TagClassName
{
border-color: #926F7B;
}
</style>