#827C7D

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

Shades of Empress #827C7D

Tints of Empress #827C7D

Color information

#827C7D (or 0x827C7D) is unknown color: approx Empress. HEX triplet: 82, 7C and 7D. RGB value is (130,124,125). Sum of RGB (Red+Green+Blue) = 130+124+125=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 130 - color contains mainly: red. Hex color #827C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C7D is #7D8382. Grayscale: #7D7D7D. Windows color (decimal): -8225667 or 8223874. OLE color: 8223874.

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

Color convert

RGB130124125-
CMYK00.050.040.49
HSL350º2.36%49.8%-
HSV(B)350º4.62%50.98%-
XYZ20.1220.6422.33-
YUV125.91127.49130.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=34.30%
G=32.72%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012412500.050.040.493502.3649.8
Hex827C7D0543115e232
Octal20217417505461536262
Binary1000001011111001111101010110011000110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827C7D; }

 p { color: rgb(130,124,125); }

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

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

 a { background-color: rgb(130,124,125); }

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

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

 span { border-color: rgb(130,124,125); }

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