#82676C

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

Shades of Empress #82676C

Tints of Empress #82676C

Color information

#82676C (or 0x82676C) is unknown color: approx Empress. HEX triplet: 82, 67 and 6C. RGB value is (130,103,108). Sum of RGB (Red+Green+Blue) = 130+103+108=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82676C is #7D9893. Grayscale: #6F6F6F. Windows color (decimal): -8231060 or 7104386. OLE color: 7104386.

HSL color Cylindrical-coordinate representation of color #82676C: hue angle of 348.89º 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 #82676C is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB130103108-
CMYK00.210.170.49
HSL348.89º11.59%45.69%-
HSV(B)348.89º20.77%50.98%-
XYZ16.7615.5316.3-
YUV111.64125.95141.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=38.12%
G=30.21%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010310800.210.170.49348.8911.5945.69
Hex82676C015113115dc2e
Octal20214715402521615351456
Binary1000001011001111101100010101100011100011010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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