#827678

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

Shades of Empress #827678

Tints of Empress #827678

Color information

#827678 (or 0x827678) is unknown color: approx Empress. HEX triplet: 82, 76 and 78. RGB value is (130,118,120). Sum of RGB (Red+Green+Blue) = 130+118+120=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #827678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827678 is #7D8987. Grayscale: #797979. Windows color (decimal): -8227208 or 7894658. OLE color: 7894658.

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

Color convert

RGB130118120-
CMYK00.090.080.49
HSL350º4.84%48.63%-
HSV(B)350º9.23%50.98%-
XYZ19.0719.0620.44-
YUV121.82126.98133.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=35.33%
G=32.07%
B=32.61%

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
Decimal13011812000.090.080.493504.8448.63
Hex8276780983115e531
Octal2021661700111061536561
Binary1000001011101101111000010011000110001101011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827678; }

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

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

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

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

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

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

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

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