Shades of Venus #92888A
Tints of Venus #92888A
RGB
CMYK
RGB Variations
Color information
#92888A (or 0x92888A) is known color: Venus. HEX triplet: 92, 88 and 8A. RGB value is (146,136,138). Sum of RGB (Red+Green+Blue) = 146+136+138=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 146 - color contains mainly: red. Hex color #92888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92888A is #6D7775. Grayscale: #8B8B8B. Windows color (decimal): -7174006 or 9078930. OLE color: 9078930.
HSL color Cylindrical-coordinate representation of color #92888A: hue angle of 348º 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 #92888A is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 136 | 138 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.43 |
| HSL | 348º | 0.04% | 0.55% | - |
| HSV(B) | 348º | 0.07% | 0.57% | - |
| XYZ | 25.25 | 25.55 | 27.65 | - |
| YUV | 139.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 138 | 0 | 0.07 | 0.05 | 0.43 | 348 | 0.04 | 0.55 |
| Hex | 92 | 88 | 8A | 0 | 7 | 5 | 2B | 15C | 4 | 37 |
| Octal | 222 | 210 | 212 | 0 | 7 | 5 | 53 | 534 | 4 | 67 |
| Binary | 10010010 | 10001000 | 10001010 | 0 | 111 | 101 | 101011 | 101011100 | 100 | 110111 |
Color Harmonies of #92888A
Complementary color
Monochromatic Colors of #92888A
Black with #92888A
Text Example
Text Example
White with #92888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92888A; }
p { color: rgb(146,136,138); }
H1.HeaderClassName
{
color: #92888A;
}
.AnyTagClassName
{
color: #92888A;
}
</style>
background-color css
<style>
a { background-color: #92888A; }
a { background-color: rgb(146,136,138); }
div.DivClassName
{
background-color: #92888A;
}
.BgClassName
{
background-color: #92888A;
}
</style>
border-color css
<style>
span { border-color: #92888A; }
span { border-color: rgb(146,136,138); }
td.TdClassName
{
border-color: #92888A;
}
.TagClassName
{
border-color: #92888A;
}
</style>