#826E72

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

Shades of Empress #826E72

Tints of Empress #826E72

Color information

#826E72 (or 0x826E72) is unknown color: approx Empress. HEX triplet: 82, 6E and 72. RGB value is (130,110,114). Sum of RGB (Red+Green+Blue) = 130+110+114=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #826E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E72 is #7D918D. Grayscale: #747474. Windows color (decimal): -8229262 or 7499394. OLE color: 7499394.

HSL color Cylindrical-coordinate representation of color #826E72: hue angle of 348º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #826E72 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB130110114-
CMYK00.150.120.49
HSL348º8.33%47.06%-
HSV(B)348º15.38%50.98%-
XYZ17.8217.1118.28-
YUV116.44126.63137.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=36.72%
G=31.07%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011011400.150.120.493488.3347.06
Hex826E720FC3115c82f
Octal20215616201714615341057
Binary10000010110111011100100111111001100011010111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E72; }

 p { color: rgb(130,110,114); }

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

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

 a { background-color: rgb(130,110,114); }

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

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

 span { border-color: rgb(130,110,114); }

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