#83777A

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

Shades of Empress #83777A

Tints of Empress #83777A

Color information

#83777A (or 0x83777A) is unknown color: approx Empress. HEX triplet: 83, 77 and 7A. RGB value is (131,119,122). Sum of RGB (Red+Green+Blue) = 131+119+122=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #83777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83777A is #7C8885. Grayscale: #7A7A7A. Windows color (decimal): -8161414 or 8025987. OLE color: 8025987.

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

Color convert

RGB131119122-
CMYK00.090.070.49
HSL345º4.8%49.02%-
HSV(B)345º9.16%51.37%-
XYZ19.4719.4221.14-
YUV122.93127.48133.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=35.22%
G=31.99%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111912200.090.070.493454.849.02
Hex83777A09731159531
Octal203167172011761531561
Binary100000111110111111101001001111110001101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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