#82676A

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

Shades of Empress #82676A

Tints of Empress #82676A

Color information

#82676A (or 0x82676A) is unknown color: approx Empress. HEX triplet: 82, 67 and 6A. RGB value is (130,103,106). Sum of RGB (Red+Green+Blue) = 130+103+106=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82676A is #7D9895. Grayscale: #6F6F6F. Windows color (decimal): -8231062 or 6973314. OLE color: 6973314.

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

Color convert

RGB130103106-
CMYK00.210.180.49
HSL353.33º11.59%45.69%-
HSV(B)353.33º20.77%50.98%-
XYZ16.6615.4915.75-
YUV111.42124.95141.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=38.35%
G=30.38%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010310600.210.180.49353.3311.5945.69
Hex82676A0151231161c2e
Octal20214715202522615411456
Binary1000001011001111101010010101100101100011011000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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