#84797F

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

Shades of Venus #84797F

Tints of Venus #84797F

Color information

#84797F (or 0x84797F) is unknown color: approx Venus. HEX triplet: 84, 79 and 7F. RGB value is (132,121,127). Sum of RGB (Red+Green+Blue) = 132+121+127=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 132 - color contains mainly: red. Hex color #84797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84797F is #7B8680. Grayscale: #7C7C7C. Windows color (decimal): -8095361 or 8354180. OLE color: 8354180.

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

Color convert

RGB132121127-
CMYK00.080.040.48
HSL327.27º4.35%49.61%-
HSV(B)327.27º8.33%51.76%-
XYZ20.1820.1122.9-
YUV124.97129.14133.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 127 (50% from 255) = 33.42%
R=34.74%
G=31.84%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212112700.080.040.48327.274.3549.61
Hex84797F08430147432
Octal204171177010460507462
Binary100001001111001111111101000100110000101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84797F; }

 p { color: rgb(132,121,127); }

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

<style>
 a { background-color: #84797F; }

 a { background-color: rgb(132,121,127); }

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

<style>
 span { border-color: #84797F; }

 span { border-color: rgb(132,121,127); }

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