Shades of Venus #92888C
Tints of Venus #92888C
RGB
CMYK
RGB Variations
Color information
#92888C (or 0x92888C) is known color: Venus. HEX triplet: 92, 88 and 8C. RGB value is (146,136,140). Sum of RGB (Red+Green+Blue) = 146+136+140=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 146 - color contains mainly: red. Hex color #92888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92888C is #6D7773. Grayscale: #8B8B8B. Windows color (decimal): -7174004 or 9210002. OLE color: 9210002.
HSL color Cylindrical-coordinate representation of color #92888C: hue angle of 336º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #92888C is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 140 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.43 |
| HSL | 336º | 0.04% | 0.55% | - |
| HSV(B) | 336º | 0.07% | 0.57% | - |
| XYZ | 25.39 | 25.61 | 28.42 | - |
| YUV | 139.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 140 | 0 | 0.07 | 0.04 | 0.43 | 336 | 0.04 | 0.55 |
| Hex | 92 | 88 | 8C | 0 | 7 | 4 | 2B | 150 | 4 | 37 |
| Octal | 222 | 210 | 214 | 0 | 7 | 4 | 53 | 520 | 4 | 67 |
| Binary | 10010010 | 10001000 | 10001100 | 0 | 111 | 100 | 101011 | 101010000 | 100 | 110111 |
Color Harmonies of #92888C
Complementary color
Monochromatic Colors of #92888C
Black with #92888C
Text Example
Text Example
White with #92888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92888C; }
p { color: rgb(146,136,140); }
H1.HeaderClassName
{
color: #92888C;
}
.AnyTagClassName
{
color: #92888C;
}
</style>
background-color css
<style>
a { background-color: #92888C; }
a { background-color: rgb(146,136,140); }
div.DivClassName
{
background-color: #92888C;
}
.BgClassName
{
background-color: #92888C;
}
</style>
border-color css
<style>
span { border-color: #92888C; }
span { border-color: rgb(146,136,140); }
td.TdClassName
{
border-color: #92888C;
}
.TagClassName
{
border-color: #92888C;
}
</style>