#82777A

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

Shades of Empress #82777A

Tints of Empress #82777A

Color information

#82777A (or 0x82777A) is unknown color: approx Empress. HEX triplet: 82, 77 and 7A. RGB value is (130,119,122). Sum of RGB (Red+Green+Blue) = 130+119+122=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #82777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82777A is #7D8885. Grayscale: #7A7A7A. Windows color (decimal): -8226950 or 8025986. OLE color: 8025986.

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

Color convert

RGB130119122-
CMYK00.080.060.49
HSL343.64º4.42%48.82%-
HSV(B)343.64º8.46%50.98%-
XYZ19.3219.3421.13-
YUV122.63127.64133.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=35.04%
G=32.08%
B=32.88%

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
Decimal13011912200.080.060.49343.644.4248.82
Hex82777A08631158431
Octal202167172010661530461
Binary100000101110111111101001000110110001101011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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