#83777B

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

Shades of Venus #83777B

Tints of Venus #83777B

Color information

#83777B (or 0x83777B) is unknown color: approx Venus. HEX triplet: 83, 77 and 7B. RGB value is (131,119,123). Sum of RGB (Red+Green+Blue) = 131+119+123=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #83777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83777B is #7C8884. Grayscale: #7B7B7B. Windows color (decimal): -8161413 or 8091523. OLE color: 8091523.

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

Color convert

RGB131119123-
CMYK00.090.060.49
HSL340º4.8%49.02%-
HSV(B)340º9.16%51.37%-
XYZ19.5319.4521.46-
YUV123.04127.98133.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=35.12%
G=31.90%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111912300.090.060.493404.849.02
Hex83777B09631154531
Octal203167173011661524561
Binary100000111110111111101101001110110001101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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