#82797D

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

Shades of Venus #82797D

Tints of Venus #82797D

Color information

#82797D (or 0x82797D) is unknown color: approx Venus. HEX triplet: 82, 79 and 7D. RGB value is (130,121,125). Sum of RGB (Red+Green+Blue) = 130+121+125=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 130 - color contains mainly: red. Hex color #82797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82797D is #7D8682. Grayscale: #7C7C7C. Windows color (decimal): -8226435 or 8223106. OLE color: 8223106.

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

Color convert

RGB130121125-
CMYK00.070.040.49
HSL333.33º3.59%49.22%-
HSV(B)333.33º6.92%50.98%-
XYZ19.7419.922.2-
YUV124.15128.48132.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=34.57%
G=32.18%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012112500.070.040.49333.333.5949.22
Hex82797D0743114d431
Octal20217117507461515461
Binary10000010111100111111010111100110001101001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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