#82767A

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

Shades of Venus #82767A

Tints of Venus #82767A

Color information

#82767A (or 0x82767A) is unknown color: approx Venus. HEX triplet: 82, 76 and 7A. RGB value is (130,118,122). Sum of RGB (Red+Green+Blue) = 130+118+122=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #82767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82767A is #7D8985. Grayscale: #7A7A7A. Windows color (decimal): -8227206 or 8025730. OLE color: 8025730.

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

Color convert

RGB130118122-
CMYK00.090.060.49
HSL340º4.84%48.63%-
HSV(B)340º9.23%50.98%-
XYZ19.219.1121.09-
YUV122.04127.98133.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=35.14%
G=31.89%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011812200.090.060.493404.8448.63
Hex82767A09631154531
Octal202166172011661524561
Binary100000101110110111101001001110110001101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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