#84757A

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

Shades of Venus #84757A

Tints of Venus #84757A

Color information

#84757A (or 0x84757A) is unknown color: approx Venus. HEX triplet: 84, 75 and 7A. RGB value is (132,117,122). Sum of RGB (Red+Green+Blue) = 132+117+122=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84757A is #7B8A85. Grayscale: #7A7A7A. Windows color (decimal): -8096390 or 8025476. OLE color: 8025476.

HSL color Cylindrical-coordinate representation of color #84757A: hue angle of 340º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84757A is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132117122-
CMYK00.110.080.48
HSL340º6.02%48.82%-
HSV(B)340º11.36%51.76%-
XYZ19.3919.0321.06-
YUV122.06127.97135.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=35.58%
G=31.54%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211712200.110.080.483406.0248.82
Hex84757A0B830154631
Octal2041651720131060524661
Binary1000010011101011111010010111000110000101010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84757A; }

 p { color: rgb(132,117,122); }

 H1.HeaderClassName
 {
   color: #84757A;
 }
 .AnyTagClassName
 {
   color: #84757A;
 }
</style>
background-color css

<style>
 a { background-color: #84757A; }

 a { background-color: rgb(132,117,122); }

 div.DivClassName
 {
   background-color: #84757A;
 }
 .BgClassName
 {
   background-color: #84757A;
 }
</style>
border-color css

<style>
 span { border-color: #84757A; }

 span { border-color: rgb(132,117,122); }

 td.TdClassName
 {
   border-color: #84757A;
 }
 .TagClassName
 {
   border-color: #84757A;
 }
</style>