#82757B

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

Shades of Venus #82757B

Tints of Venus #82757B

Color information

#82757B (or 0x82757B) is unknown color: approx Venus. HEX triplet: 82, 75 and 7B. RGB value is (130,117,123). Sum of RGB (Red+Green+Blue) = 130+117+123=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #82757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82757B is #7D8A84. Grayscale: #797979. Windows color (decimal): -8227461 or 8091010. OLE color: 8091010.

HSL color Cylindrical-coordinate representation of color #82757B: hue angle of 332.31º 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 #82757B is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130117123-
CMYK00.10.050.49
HSL332.31º5.26%48.43%-
HSV(B)332.31º10%50.98%-
XYZ19.1418.921.38-
YUV121.57128.81134.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=35.14%
G=31.62%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011712300.10.050.49332.315.2648.43
Hex82757B0A53114c530
Octal202165173012561514560
Binary100000101110101111101101010101110001101001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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