#92888C

Color #92888C Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #92888C

Tints of Venus #92888C

Color information

#92888C (or 0x92888C) is unknown color: approx 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

RGB146136140-
CMYK00.070.040.43
HSL336º4.39%55.29%-
HSV(B)336º6.85%57.25%-
XYZ25.3925.6128.42-
YUV139.45128.31132.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=34.60%
G=32.23%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613614000.070.040.433364.3955.29
Hex92888C0742B150437
Octal22221021407453520467
Binary1001001010001000100011000111100101011101010000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>