#82666C

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

Shades of Empress #82666C

Tints of Empress #82666C

Color information

#82666C (or 0x82666C) is unknown color: approx Empress. HEX triplet: 82, 66 and 6C. RGB value is (130,102,108). Sum of RGB (Red+Green+Blue) = 130+102+108=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82666C is #7D9993. Grayscale: #6F6F6F. Windows color (decimal): -8231316 or 7104130. OLE color: 7104130.

HSL color Cylindrical-coordinate representation of color #82666C: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82666C is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB130102108-
CMYK00.220.170.49
HSL347.14º12.07%45.49%-
HSV(B)347.14º21.54%50.98%-
XYZ16.6615.3316.27-
YUV111.06126.28141.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=38.24%
G=30%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010210800.220.170.49347.1412.0745.49
Hex82666C016113115bc2d
Octal20214615402621615331455
Binary1000001011001101101100010110100011100011010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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