#82797B

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

Shades of Empress #82797B

Tints of Empress #82797B

Color information

#82797B (or 0x82797B) is unknown color: approx Empress. HEX triplet: 82, 79 and 7B. RGB value is (130,121,123). Sum of RGB (Red+Green+Blue) = 130+121+123=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 130 - color contains mainly: red. Hex color #82797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82797B is #7D8684. Grayscale: #7B7B7B. Windows color (decimal): -8226437 or 8092034. OLE color: 8092034.

HSL color Cylindrical-coordinate representation of color #82797B: hue angle of 346.67º 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 #82797B is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB130121123-
CMYK00.070.050.49
HSL346.67º3.59%49.22%-
HSV(B)346.67º6.92%50.98%-
XYZ19.6219.8521.54-
YUV123.92127.48132.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=34.76%
G=32.35%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012112300.070.050.49346.673.5949.22
Hex82797B0753115b431
Octal20217117307561533461
Binary10000010111100111110110111101110001101011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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