#83787A

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

Shades of Empress #83787A

Tints of Empress #83787A

Color information

#83787A (or 0x83787A) is unknown color: approx Empress. HEX triplet: 83, 78 and 7A. RGB value is (131,120,122). Sum of RGB (Red+Green+Blue) = 131+120+122=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #83787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83787A is #7C8785. Grayscale: #7B7B7B. Windows color (decimal): -8161158 or 8026243. OLE color: 8026243.

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

Color convert

RGB131120122-
CMYK00.080.070.49
HSL349.09º4.38%49.22%-
HSV(B)349.09º8.4%51.37%-
XYZ19.5919.6621.18-
YUV123.52127.14133.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=35.12%
G=32.17%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112012200.080.070.49349.094.3849.22
Hex83787A0873115d431
Octal203170172010761535461
Binary100000111111000111101001000111110001101011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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