#826F73

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

Shades of Empress #826F73

Tints of Empress #826F73

Color information

#826F73 (or 0x826F73) is unknown color: approx Empress. HEX triplet: 82, 6F and 73. RGB value is (130,111,115). Sum of RGB (Red+Green+Blue) = 130+111+115=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #826F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F73 is #7D908C. Grayscale: #757575. Windows color (decimal): -8229005 or 7565186. OLE color: 7565186.

HSL color Cylindrical-coordinate representation of color #826F73: hue angle of 347.37º 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 #826F73 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB130111115-
CMYK00.150.120.49
HSL347.37º7.88%47.25%-
HSV(B)347.37º14.62%50.98%-
XYZ17.9817.3518.62-
YUV117.14126.79137.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=36.52%
G=31.18%
B=32.30%

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
Decimal13011111500.150.120.49347.377.8847.25
Hex826F730FC3115b82f
Octal20215716301714615331057
Binary10000010110111111100110111111001100011010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,111,115); }

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

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

 a { background-color: rgb(130,111,115); }

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

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

 span { border-color: rgb(130,111,115); }

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