#82787A

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

Shades of Empress #82787A

Tints of Empress #82787A

Color information

#82787A (or 0x82787A) is unknown color: approx Empress. HEX triplet: 82, 78 and 7A. RGB value is (130,120,122). Sum of RGB (Red+Green+Blue) = 130+120+122=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 130 - color contains mainly: red. Hex color #82787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82787A is #7D8785. Grayscale: #7B7B7B. Windows color (decimal): -8226694 or 8026242. OLE color: 8026242.

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

Color convert

RGB130120122-
CMYK00.080.060.49
HSL348º4%49.02%-
HSV(B)348º7.69%50.98%-
XYZ19.4419.5821.17-
YUV123.22127.31132.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=34.95%
G=32.26%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012012200.080.060.49348449.02
Hex82787A0863115c431
Octal202170172010661534461
Binary100000101111000111101001000110110001101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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