#92888A

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

Shades of Venus #92888A

Tints of Venus #92888A

Color information

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

RGB146136138-
CMYK00.070.050.43
HSL348º4.39%55.29%-
HSV(B)348º6.85%57.25%-
XYZ25.2525.5527.65-
YUV139.22127.31132.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=34.76%
G=32.38%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613613800.070.050.433484.3955.29
Hex92888A0752B15c437
Octal22221021207553534467
Binary1001001010001000100010100111101101011101011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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