#83777D

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

Shades of Venus #83777D

Tints of Venus #83777D

Color information

#83777D (or 0x83777D) is unknown color: approx Venus. HEX triplet: 83, 77 and 7D. RGB value is (131,119,125). Sum of RGB (Red+Green+Blue) = 131+119+125=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #83777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83777D is #7C8882. Grayscale: #7B7B7B. Windows color (decimal): -8161411 or 8222595. OLE color: 8222595.

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

Color convert

RGB131119125-
CMYK00.090.050.49
HSL330º4.8%49.02%-
HSV(B)330º9.16%51.37%-
XYZ19.6619.522.13-
YUV123.27128.98133.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=34.93%
G=31.73%
B=33.33%

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
Decimal13111912500.090.050.493304.849.02
Hex83777D0953114a531
Octal203167175011561512561
Binary100000111110111111110101001101110001101001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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