#83777C

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

Shades of Venus #83777C

Tints of Venus #83777C

Color information

#83777C (or 0x83777C) is unknown color: approx Venus. HEX triplet: 83, 77 and 7C. RGB value is (131,119,124). Sum of RGB (Red+Green+Blue) = 131+119+124=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #83777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83777C is #7C8883. Grayscale: #7B7B7B. Windows color (decimal): -8161412 or 8157059. OLE color: 8157059.

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

Color convert

RGB131119124-
CMYK00.090.050.49
HSL335º4.8%49.02%-
HSV(B)335º9.16%51.37%-
XYZ19.5919.4721.79-
YUV123.16128.48133.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=35.03%
G=31.82%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111912400.090.050.493354.849.02
Hex83777C0953114f531
Octal203167174011561517561
Binary100000111110111111110001001101110001101001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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