#846D76

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

Shades of Empress #846D76

Tints of Empress #846D76

Color information

#846D76 (or 0x846D76) is unknown color: approx Empress. HEX triplet: 84, 6D and 76. RGB value is (132,109,118). Sum of RGB (Red+Green+Blue) = 132+109+118=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #846D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D76 is #7B9289. Grayscale: #747474. Windows color (decimal): -8098442 or 7761284. OLE color: 7761284.

HSL color Cylindrical-coordinate representation of color #846D76: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846D76 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB132109118-
CMYK00.170.110.48
HSL336.52º9.54%47.25%-
HSV(B)336.52º17.42%51.76%-
XYZ18.2517.1519.49-
YUV116.9128.62138.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=36.77%
G=30.36%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210911800.170.110.48336.529.5447.25
Hex846D76011B30151a2f
Octal20415516602113605211257
Binary100001001101101111011001000110111100001010100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846D76; }

 p { color: rgb(132,109,118); }

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

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

 a { background-color: rgb(132,109,118); }

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

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

 span { border-color: rgb(132,109,118); }

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