#82676D

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

Shades of Empress #82676D

Tints of Empress #82676D

Color information

#82676D (or 0x82676D) is unknown color: approx Empress. HEX triplet: 82, 67 and 6D. RGB value is (130,103,109). Sum of RGB (Red+Green+Blue) = 130+103+109=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82676D is #7D9892. Grayscale: #6F6F6F. Windows color (decimal): -8231059 or 7169922. OLE color: 7169922.

HSL color Cylindrical-coordinate representation of color #82676D: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82676D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB130103109-
CMYK00.210.160.49
HSL346.67º11.59%45.69%-
HSV(B)346.67º20.77%50.98%-
XYZ16.8215.5516.58-
YUV111.76126.45141.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=38.01%
G=30.12%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010310900.210.160.49346.6711.5945.69
Hex82676D015103115bc2e
Octal20214715502520615331456
Binary1000001011001111101101010101100001100011010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82676D; }

 p { color: rgb(130,103,109); }

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

<style>
 a { background-color: #82676D; }

 a { background-color: rgb(130,103,109); }

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

<style>
 span { border-color: #82676D; }

 span { border-color: rgb(130,103,109); }

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