#827679

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

Shades of Empress #827679

Tints of Empress #827679

Color information

#827679 (or 0x827679) is unknown color: approx Empress. HEX triplet: 82, 76 and 79. RGB value is (130,118,121). Sum of RGB (Red+Green+Blue) = 130+118+121=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #827679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827679 is #7D8986. Grayscale: #797979. Windows color (decimal): -8227207 or 7960194. OLE color: 7960194.

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

Color convert

RGB130118121-
CMYK00.090.070.49
HSL345º4.84%48.63%-
HSV(B)345º9.23%50.98%-
XYZ19.1419.0820.76-
YUV121.93127.48133.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=35.23%
G=31.98%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011812100.090.070.493454.8448.63
Hex82767909731159531
Octal202166171011761531561
Binary100000101110110111100101001111110001101011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827679; }

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

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

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

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

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

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

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

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