#82747B

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

Shades of Venus #82747B

Tints of Venus #82747B

Color information

#82747B (or 0x82747B) is unknown color: approx Venus. HEX triplet: 82, 74 and 7B. RGB value is (130,116,123). Sum of RGB (Red+Green+Blue) = 130+116+123=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82747B is #7D8B84. Grayscale: #787878. Windows color (decimal): -8227717 or 8090754. OLE color: 8090754.

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

Color convert

RGB130116123-
CMYK00.110.050.49
HSL330º5.69%48.24%-
HSV(B)330º10.77%50.98%-
XYZ19.0318.6721.34-
YUV120.98129.14134.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=35.23%
G=31.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011612300.110.050.493305.6948.24
Hex82747B0B53114a630
Octal202164173013561512660
Binary100000101110100111101101011101110001101001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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