#846B74

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

Shades of Empress #846B74

Tints of Empress #846B74

Color information

#846B74 (or 0x846B74) is unknown color: approx Empress. HEX triplet: 84, 6B and 74. RGB value is (132,107,116). Sum of RGB (Red+Green+Blue) = 132+107+116=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #846B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B74 is #7B948B. Grayscale: #737373. Windows color (decimal): -8098956 or 7629700. OLE color: 7629700.

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

Color convert

RGB132107116-
CMYK00.190.120.48
HSL338.4º10.46%46.86%-
HSV(B)338.4º18.94%51.76%-
XYZ17.9316.6818.8-
YUV115.5128.28139.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=37.18%
G=30.14%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210711600.190.120.48338.410.4646.86
Hex846B74013C30152a2f
Octal20415316402314605221257
Binary100001001101011111010001001111001100001010100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,107,116); }

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

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

 a { background-color: rgb(132,107,116); }

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

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

 span { border-color: rgb(132,107,116); }

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