#83747C

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

Shades of Venus #83747C

Tints of Venus #83747C

Color information

#83747C (or 0x83747C) is unknown color: approx Venus. HEX triplet: 83, 74 and 7C. RGB value is (131,116,124). Sum of RGB (Red+Green+Blue) = 131+116+124=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83747C is #7C8B83. Grayscale: #797979. Windows color (decimal): -8162180 or 8156291. OLE color: 8156291.

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

Color convert

RGB131116124-
CMYK00.110.050.49
HSL328º6.07%48.43%-
HSV(B)328º11.45%51.37%-
XYZ19.2418.7721.68-
YUV121.4129.47134.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=35.31%
G=31.27%
B=33.42%

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
Decimal13111612400.110.050.493286.0748.43
Hex83747C0B531148630
Octal203164174013561510660
Binary100000111110100111110001011101110001101001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83747C; }

 p { color: rgb(131,116,124); }

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

<style>
 a { background-color: #83747C; }

 a { background-color: rgb(131,116,124); }

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

<style>
 span { border-color: #83747C; }

 span { border-color: rgb(131,116,124); }

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