#867374

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

Shades of Empress #867374

Tints of Empress #867374

Color information

#867374 (or 0x867374) is unknown color: approx Empress. HEX triplet: 86, 73 and 74. RGB value is (134,115,116). Sum of RGB (Red+Green+Blue) = 134+115+116=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #867374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867374 is #798C8B. Grayscale: #787878. Windows color (decimal): -7965836 or 7631750. OLE color: 7631750.

HSL color Cylindrical-coordinate representation of color #867374: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #867374 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB134115116-
CMYK00.140.130.47
HSL356.84º7.63%48.82%-
HSV(B)356.84º14.18%52.55%-
XYZ19.1118.5919.1-
YUV120.8125.29137.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=36.71%
G=31.51%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411511600.140.130.47356.847.6348.82
Hex8673740ED2F165831
Octal20616316401615575451061
Binary10000110111001111101000111011011011111011001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867374; }

 p { color: rgb(134,115,116); }

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

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

 a { background-color: rgb(134,115,116); }

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

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

 span { border-color: rgb(134,115,116); }

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