#837B7C

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

Shades of Empress #837B7C

Tints of Empress #837B7C

Color information

#837B7C (or 0x837B7C) is unknown color: approx Empress. HEX triplet: 83, 7B and 7C. RGB value is (131,123,124). Sum of RGB (Red+Green+Blue) = 131+123+124=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #837B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B7C is #7C8483. Grayscale: #7D7D7D. Windows color (decimal): -8160388 or 8158083. OLE color: 8158083.

HSL color Cylindrical-coordinate representation of color #837B7C: hue angle of 352.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #837B7C is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB131123124-
CMYK00.060.050.49
HSL352.5º3.15%49.8%-
HSV(B)352.5º6.11%51.37%-
XYZ20.0820.4521.96-
YUV125.51127.15131.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=34.66%
G=32.54%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112312400.060.050.49352.53.1549.8
Hex837B7C06531160332
Octal20317317406561540362
Binary1000001111110111111100011010111000110110000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837B7C; }

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

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

<style>
 a { background-color: #837B7C; }

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

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

<style>
 span { border-color: #837B7C; }

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

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