#84737A

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

Shades of Venus #84737A

Tints of Venus #84737A

Color information

#84737A (or 0x84737A) is unknown color: approx Venus. HEX triplet: 84, 73 and 7A. RGB value is (132,115,122). Sum of RGB (Red+Green+Blue) = 132+115+122=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84737A is #7B8C85. Grayscale: #787878. Windows color (decimal): -8096902 or 8024964. OLE color: 8024964.

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

Color convert

RGB132115122-
CMYK00.130.080.48
HSL335.29º6.88%48.43%-
HSV(B)335.29º12.88%51.76%-
XYZ19.1618.5720.99-
YUV120.88128.63135.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=35.77%
G=31.17%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211512200.130.080.48335.296.8848.43
Hex84737A0D83014f730
Octal2041631720151060517760
Binary1000010011100111111010011011000110000101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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