#83727A

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

Shades of Venus #83727A

Tints of Venus #83727A

Color information

#83727A (or 0x83727A) is unknown color: approx Venus. HEX triplet: 83, 72 and 7A. RGB value is (131,114,122). Sum of RGB (Red+Green+Blue) = 131+114+122=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #83727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83727A is #7C8D85. Grayscale: #777777. Windows color (decimal): -8162694 or 8024707. OLE color: 8024707.

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

Color convert

RGB131114122-
CMYK00.130.070.49
HSL331.76º6.94%48.04%-
HSV(B)331.76º12.98%51.37%-
XYZ18.8918.2720.94-
YUV119.99129.13135.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=35.69%
G=31.06%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111412200.130.070.49331.766.9448.04
Hex83727A0D73114c730
Octal203162172015761514760
Binary100000111110010111101001101111110001101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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