Shades of Venus #92858A
Tints of Venus #92858A
RGB
CMYK
RGB Variations
Color information
#92858A (or 0x92858A) is known color: Venus. HEX triplet: 92, 85 and 8A. RGB value is (146,133,138). Sum of RGB (Red+Green+Blue) = 146+133+138=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #92858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92858A is #6D7A75. Grayscale: #898989. Windows color (decimal): -7174774 or 9078162. OLE color: 9078162.
HSL color Cylindrical-coordinate representation of color #92858A: hue angle of 336.92º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #92858A is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 133 | 138 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.43 |
| HSL | 336.92º | 0.06% | 0.55% | - |
| HSV(B) | 336.92º | 0.09% | 0.57% | - |
| XYZ | 24.83 | 24.72 | 27.51 | - |
| YUV | 137.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 138 | 0 | 0.09 | 0.05 | 0.43 | 336.92 | 0.06 | 0.55 |
| Hex | 92 | 85 | 8A | 0 | 9 | 5 | 2B | 151 | 6 | 37 |
| Octal | 222 | 205 | 212 | 0 | 11 | 5 | 53 | 521 | 6 | 67 |
| Binary | 10010010 | 10000101 | 10001010 | 0 | 1001 | 101 | 101011 | 101010001 | 110 | 110111 |
Color Harmonies of #92858A
Complementary color
Monochromatic Colors of #92858A
Black with #92858A
Text Example
Text Example
White with #92858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92858A; }
p { color: rgb(146,133,138); }
H1.HeaderClassName
{
color: #92858A;
}
.AnyTagClassName
{
color: #92858A;
}
</style>
background-color css
<style>
a { background-color: #92858A; }
a { background-color: rgb(146,133,138); }
div.DivClassName
{
background-color: #92858A;
}
.BgClassName
{
background-color: #92858A;
}
</style>
border-color css
<style>
span { border-color: #92858A; }
span { border-color: rgb(146,133,138); }
td.TdClassName
{
border-color: #92858A;
}
.TagClassName
{
border-color: #92858A;
}
</style>