#83797B

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

Shades of Empress #83797B

Tints of Empress #83797B

Color information

#83797B (or 0x83797B) is unknown color: approx Empress. HEX triplet: 83, 79 and 7B. RGB value is (131,121,123). Sum of RGB (Red+Green+Blue) = 131+121+123=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #83797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83797B is #7C8684. Grayscale: #7C7C7C. Windows color (decimal): -8160901 or 8092035. OLE color: 8092035.

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

Color convert

RGB131121123-
CMYK00.080.060.49
HSL348º3.97%49.41%-
HSV(B)348º7.63%51.37%-
XYZ19.7719.9321.54-
YUV124.22127.31132.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=34.93%
G=32.27%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112112300.080.060.493483.9749.41
Hex83797B0863115c431
Octal203171173010661534461
Binary100000111111001111101101000110110001101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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