#8B7677

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

Shades of Empress #8B7677

Tints of Empress #8B7677

Color information

#8B7677 (or 0x8B7677) is unknown color: approx Empress. HEX triplet: 8B, 76 and 77. RGB value is (139,118,119). Sum of RGB (Red+Green+Blue) = 139+118+119=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7677 is #748988. Grayscale: #7C7C7C. Windows color (decimal): -7637385 or 7829131. OLE color: 7829131.

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

Color convert

RGB139118119-
CMYK00.150.140.45
HSL357.14º8.3%50.39%-
HSV(B)357.14º15.11%54.51%-
XYZ20.4619.7820.19-
YUV124.39124.96138.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=36.97%
G=31.38%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911811900.150.140.45357.148.350.39
Hex8B76770FE2D165832
Octal21316616701716555451062
Binary10001011111011011101110111111101011011011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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