#83757B

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

Shades of Venus #83757B

Tints of Venus #83757B

Color information

#83757B (or 0x83757B) is unknown color: approx Venus. HEX triplet: 83, 75 and 7B. RGB value is (131,117,123). Sum of RGB (Red+Green+Blue) = 131+117+123=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757B is #7C8A84. Grayscale: #797979. Windows color (decimal): -8161925 or 8091011. OLE color: 8091011.

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

Color convert

RGB131117123-
CMYK00.110.060.49
HSL334.29º5.65%48.63%-
HSV(B)334.29º10.69%51.37%-
XYZ19.318.9821.38-
YUV121.87128.64134.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=35.31%
G=31.54%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111712300.110.060.49334.295.6548.63
Hex83757B0B63114e631
Octal203165173013661516661
Binary100000111110101111101101011110110001101001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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