#82757A

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

Shades of Venus #82757A

Tints of Venus #82757A

Color information

#82757A (or 0x82757A) is unknown color: approx Venus. HEX triplet: 82, 75 and 7A. RGB value is (130,117,122). Sum of RGB (Red+Green+Blue) = 130+117+122=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82757A is #7D8A85. Grayscale: #797979. Windows color (decimal): -8227462 or 8025474. OLE color: 8025474.

HSL color Cylindrical-coordinate representation of color #82757A: hue angle of 336.92º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82757A is Cyan = 0, Magento = 0.1, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB130117122-
CMYK00.10.060.49
HSL336.92º5.26%48.43%-
HSV(B)336.92º10%50.98%-
XYZ19.0818.8721.05-
YUV121.46128.31134.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=35.23%
G=31.71%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011712200.10.060.49336.925.2648.43
Hex82757A0A631151530
Octal202165172012661521560
Binary100000101110101111101001010110110001101010001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82757A; }

 p { color: rgb(130,117,122); }

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

<style>
 a { background-color: #82757A; }

 a { background-color: rgb(130,117,122); }

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

<style>
 span { border-color: #82757A; }

 span { border-color: rgb(130,117,122); }

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