#84737B

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

Shades of Venus #84737B

Tints of Venus #84737B

Color information

#84737B (or 0x84737B) is unknown color: approx Venus. HEX triplet: 84, 73 and 7B. RGB value is (132,115,123). Sum of RGB (Red+Green+Blue) = 132+115+123=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #84737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84737B is #7B8C84. Grayscale: #787878. Windows color (decimal): -8096901 or 8090500. OLE color: 8090500.

HSL color Cylindrical-coordinate representation of color #84737B: hue angle of 331.76º 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 #84737B is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB132115123-
CMYK00.130.070.48
HSL331.76º6.88%48.43%-
HSV(B)331.76º12.88%51.76%-
XYZ19.2218.621.32-
YUV120.99129.13135.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=35.68%
G=31.08%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211512300.130.070.48331.766.8848.43
Hex84737B0D73014c730
Octal204163173015760514760
Binary100001001110011111101101101111110000101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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