#827677

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

Shades of Empress #827677

Tints of Empress #827677

Color information

#827677 (or 0x827677) is unknown color: approx Empress. HEX triplet: 82, 76 and 77. RGB value is (130,118,119). Sum of RGB (Red+Green+Blue) = 130+118+119=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #827677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827677 is #7D8988. Grayscale: #797979. Windows color (decimal): -8227209 or 7829122. OLE color: 7829122.

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

Color convert

RGB130118119-
CMYK00.090.080.49
HSL355º4.84%48.63%-
HSV(B)355º9.23%50.98%-
XYZ19.0119.0320.12-
YUV121.7126.48133.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=35.42%
G=32.15%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011811900.090.080.493554.8448.63
Hex82767709831163531
Octal2021661670111061543561
Binary1000001011101101110111010011000110001101100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827677; }

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

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

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

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

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

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

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

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