#826770

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

Shades of Empress #826770

Tints of Empress #826770

Color information

#826770 (or 0x826770) is unknown color: approx Empress. HEX triplet: 82, 67 and 70. RGB value is (130,103,112). Sum of RGB (Red+Green+Blue) = 130+103+112=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #826770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826770 is #7D988F. Grayscale: #707070. Windows color (decimal): -8231056 or 7366530. OLE color: 7366530.

HSL color Cylindrical-coordinate representation of color #826770: hue angle of 340º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #826770 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB130103112-
CMYK00.210.140.49
HSL340º11.59%45.69%-
HSV(B)340º20.77%50.98%-
XYZ16.9815.6217.45-
YUV112.1127.95140.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=37.68%
G=29.86%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010311200.210.140.4934011.5945.69
Hex826770015E31154c2e
Octal20214716002516615241456
Binary100000101100111111000001010111101100011010101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826770; }

 p { color: rgb(130,103,112); }

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

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

 a { background-color: rgb(130,103,112); }

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

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

 span { border-color: rgb(130,103,112); }

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