#827778

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

Shades of Empress #827778

Tints of Empress #827778

Color information

#827778 (or 0x827778) is unknown color: approx Empress. HEX triplet: 82, 77 and 78. RGB value is (130,119,120). Sum of RGB (Red+Green+Blue) = 130+119+120=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #827778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827778 is #7D8887. Grayscale: #7A7A7A. Windows color (decimal): -8226952 or 7894914. OLE color: 7894914.

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

Color convert

RGB130119120-
CMYK00.080.080.49
HSL354.55º4.42%48.82%-
HSV(B)354.55º8.46%50.98%-
XYZ19.1919.320.48-
YUV122.4126.64133.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=35.23%
G=32.25%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011912000.080.080.49354.554.4248.82
Hex82777808831163431
Octal2021671700101061543461
Binary1000001011101111111000010001000110001101100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827778; }

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

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

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

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

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

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

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

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