#82787B

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

Shades of Venus #82787B

Tints of Venus #82787B

Color information

#82787B (or 0x82787B) is unknown color: approx Venus. HEX triplet: 82, 78 and 7B. RGB value is (130,120,123). Sum of RGB (Red+Green+Blue) = 130+120+123=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #82787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82787B is #7D8784. Grayscale: #7B7B7B. Windows color (decimal): -8226693 or 8091778. OLE color: 8091778.

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

Color convert

RGB130120123-
CMYK00.080.050.49
HSL342º4%49.02%-
HSV(B)342º7.69%50.98%-
XYZ19.519.6121.5-
YUV123.33127.81132.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=34.85%
G=32.17%
B=32.98%

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
Decimal13012012300.080.050.49342449.02
Hex82787B08531156431
Octal202170173010561526461
Binary100000101111000111101101000101110001101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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