#82787C

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

Shades of Venus #82787C

Tints of Venus #82787C

Color information

#82787C (or 0x82787C) is unknown color: approx Venus. HEX triplet: 82, 78 and 7C. RGB value is (130,120,124). Sum of RGB (Red+Green+Blue) = 130+120+124=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 130 - color contains mainly: red. Hex color #82787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82787C is #7D8783. Grayscale: #7B7B7B. Windows color (decimal): -8226692 or 8157314. OLE color: 8157314.

HSL color Cylindrical-coordinate representation of color #82787C: hue angle of 336º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82787C is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130120124-
CMYK00.080.050.49
HSL336º4%49.02%-
HSV(B)336º7.69%50.98%-
XYZ19.5619.6321.83-
YUV123.45128.31132.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=34.76%
G=32.09%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012012400.080.050.49336449.02
Hex82787C08531150431
Octal202170174010561520461
Binary100000101111000111110001000101110001101010000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,120,124); }

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

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

 a { background-color: rgb(130,120,124); }

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

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

 span { border-color: rgb(130,120,124); }

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