#82797A

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

Shades of Empress #82797A

Tints of Empress #82797A

Color information

#82797A (or 0x82797A) is unknown color: approx Empress. HEX triplet: 82, 79 and 7A. RGB value is (130,121,122). Sum of RGB (Red+Green+Blue) = 130+121+122=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #82797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82797A is #7D8685. Grayscale: #7B7B7B. Windows color (decimal): -8226438 or 8026498. OLE color: 8026498.

HSL color Cylindrical-coordinate representation of color #82797A: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #82797A is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB130121122-
CMYK00.070.060.49
HSL353.33º3.59%49.22%-
HSV(B)353.33º6.92%50.98%-
XYZ19.5619.8321.21-
YUV123.8126.98132.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=34.85%
G=32.44%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012112200.070.060.49353.333.5949.22
Hex82797A07631161431
Octal20217117207661541461
Binary10000010111100111110100111110110001101100001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,121,122); }

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

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

 a { background-color: rgb(130,121,122); }

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

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

 span { border-color: rgb(130,121,122); }

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