#83757A

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

Shades of Venus #83757A

Tints of Venus #83757A

Color information

#83757A (or 0x83757A) is unknown color: approx Venus. HEX triplet: 83, 75 and 7A. RGB value is (131,117,122). Sum of RGB (Red+Green+Blue) = 131+117+122=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757A is #7C8A85. Grayscale: #797979. Windows color (decimal): -8161926 or 8025475. OLE color: 8025475.

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

Color convert

RGB131117122-
CMYK00.110.070.49
HSL338.57º5.65%48.63%-
HSV(B)338.57º10.69%51.37%-
XYZ19.2318.9521.06-
YUV121.76128.14134.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=35.41%
G=31.62%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111712200.110.070.49338.575.6548.63
Hex83757A0B731153631
Octal203165172013761523661
Binary100000111110101111101001011111110001101010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,117,122); }

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

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

 a { background-color: rgb(131,117,122); }

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

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

 span { border-color: rgb(131,117,122); }

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