#8b7076

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

Shades of Empress #8B7076

Tints of Empress #8B7076

Color information

#8B7076 (or 0x8B7076) is unknown color: approx Empress. HEX triplet: 8B, 70 and 76. RGB value is (139,112,118). Sum of RGB (Red+Green+Blue) = 139+112+118=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7076 is #748F89. Grayscale: #787878. Windows color (decimal): -7638922 or 7762059. OLE color: 7762059.

HSL color Cylindrical-coordinate representation of color #8B7076: hue angle of 346.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7076 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB139112118-
CMYK00.190.150.45
HSL346.67º10.76%49.22%-
HSV(B)346.67º19.42%54.51%-
XYZ19.7118.3919.65-
YUV120.76126.45141.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=37.67%
G=30.35%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911211800.190.150.45346.6710.7649.22
Hex8B7076013F2D15bb31
Octal21316016602317555331361
Binary100010111110000111011001001111111011011010110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8b7076; }

 p { color: rgb(139,112,118); }

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

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

 a { background-color: rgb(139,112,118); }

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

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

 span { border-color: rgb(139,112,118); }

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