#82767B

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

Shades of Venus #82767B

Tints of Venus #82767B

Color information

#82767B (or 0x82767B) is unknown color: approx Venus. HEX triplet: 82, 76 and 7B. RGB value is (130,118,123). Sum of RGB (Red+Green+Blue) = 130+118+123=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #82767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82767B is #7D8984. Grayscale: #7A7A7A. Windows color (decimal): -8227205 or 8091266. OLE color: 8091266.

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

Color convert

RGB130118123-
CMYK00.090.050.49
HSL335º4.84%48.63%-
HSV(B)335º9.23%50.98%-
XYZ19.2619.1321.42-
YUV122.16128.48133.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=35.04%
G=31.81%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011812300.090.050.493354.8448.63
Hex82767B0953114f531
Octal202166173011561517561
Binary100000101110110111101101001101110001101001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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