#84797C

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

Shades of Venus #84797C

Tints of Venus #84797C

Color information

#84797C (or 0x84797C) is unknown color: approx Venus. HEX triplet: 84, 79 and 7C. RGB value is (132,121,124). Sum of RGB (Red+Green+Blue) = 132+121+124=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #84797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84797C is #7B8683. Grayscale: #7C7C7C. Windows color (decimal): -8095364 or 8157572. OLE color: 8157572.

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

Color convert

RGB132121124-
CMYK00.080.060.48
HSL343.64º4.35%49.61%-
HSV(B)343.64º8.33%51.76%-
XYZ19.9920.0421.88-
YUV124.63127.64133.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=35.01%
G=32.10%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212112400.080.060.48343.644.3549.61
Hex84797C08630158432
Octal204171174010660530462
Binary100001001111001111110001000110110000101011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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