#84787D

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

Shades of Venus #84787D

Tints of Venus #84787D

Color information

#84787D (or 0x84787D) is unknown color: approx Venus. HEX triplet: 84, 78 and 7D. RGB value is (132,120,125). Sum of RGB (Red+Green+Blue) = 132+120+125=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #84787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84787D is #7B8782. Grayscale: #7C7C7C. Windows color (decimal): -8095619 or 8222852. OLE color: 8222852.

HSL color Cylindrical-coordinate representation of color #84787D: hue angle of 335º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #84787D is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB132120125-
CMYK00.090.050.48
HSL335º4.76%49.41%-
HSV(B)335º9.09%51.76%-
XYZ19.9319.8222.18-
YUV124.16128.48133.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=35.01%
G=31.83%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212012500.090.050.483354.7649.41
Hex84787D0953014f531
Octal204170175011560517561
Binary100001001111000111110101001101110000101001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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