Shades of Venus #92717C
Tints of Venus #92717C
RGB
CMYK
RGB Variations
Color information
#92717C (or 0x92717C) is known color: Venus. HEX triplet: 92, 71 and 7C. RGB value is (146,113,124). Sum of RGB (Red+Green+Blue) = 146+113+124=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #92717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92717C is #6D8E83. Grayscale: #7C7C7C. Windows color (decimal): -7179908 or 8155538. OLE color: 8155538.
HSL color Cylindrical-coordinate representation of color #92717C: hue angle of 340º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92717C is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 113 | 124 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.43 |
| HSL | 340º | 0.13% | 0.51% | - |
| HSV(B) | 340º | 0.23% | 0.57% | - |
| XYZ | 21.4 | 19.38 | 21.68 | - |
| YUV | 124.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 124 | 0 | 0.23 | 0.15 | 0.43 | 340 | 0.13 | 0.51 |
| Hex | 92 | 71 | 7C | 0 | 17 | F | 2B | 154 | D | 33 |
| Octal | 222 | 161 | 174 | 0 | 27 | 17 | 53 | 524 | 15 | 63 |
| Binary | 10010010 | 1110001 | 1111100 | 0 | 10111 | 1111 | 101011 | 101010100 | 1101 | 110011 |
Color Harmonies of #92717C
Complementary color
Monochromatic Colors of #92717C
Black with #92717C
Text Example
Text Example
White with #92717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92717C; }
p { color: rgb(146,113,124); }
H1.HeaderClassName
{
color: #92717C;
}
.AnyTagClassName
{
color: #92717C;
}
</style>
background-color css
<style>
a { background-color: #92717C; }
a { background-color: rgb(146,113,124); }
div.DivClassName
{
background-color: #92717C;
}
.BgClassName
{
background-color: #92717C;
}
</style>
border-color css
<style>
span { border-color: #92717C; }
span { border-color: rgb(146,113,124); }
td.TdClassName
{
border-color: #92717C;
}
.TagClassName
{
border-color: #92717C;
}
</style>