#84797D

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

Shades of Venus #84797D

Tints of Venus #84797D

Color information

#84797D (or 0x84797D) is unknown color: approx Venus. HEX triplet: 84, 79 and 7D. RGB value is (132,121,125). Sum of RGB (Red+Green+Blue) = 132+121+125=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #84797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84797D is #7B8682. Grayscale: #7C7C7C. Windows color (decimal): -8095363 or 8223108. OLE color: 8223108.

HSL color Cylindrical-coordinate representation of color #84797D: hue angle of 338.18º 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 #84797D is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB132121125-
CMYK00.080.050.48
HSL338.18º4.35%49.61%-
HSV(B)338.18º8.33%51.76%-
XYZ20.0520.0622.22-
YUV124.74128.14133.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=34.92%
G=32.01%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212112500.080.050.48338.184.3549.61
Hex84797D08530152432
Octal204171175010560522462
Binary100001001111001111110101000101110000101010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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