#8B7678

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

Shades of Empress #8B7678

Tints of Empress #8B7678

Color information

#8B7678 (or 0x8B7678) is unknown color: approx Empress. HEX triplet: 8B, 76 and 78. RGB value is (139,118,120). Sum of RGB (Red+Green+Blue) = 139+118+120=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7678 is #748987. Grayscale: #7C7C7C. Windows color (decimal): -7637384 or 7894667. OLE color: 7894667.

HSL color Cylindrical-coordinate representation of color #8B7678: hue angle of 354.29º 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 #8B7678 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB139118120-
CMYK00.150.140.45
HSL354.29º8.3%50.39%-
HSV(B)354.29º15.11%54.51%-
XYZ20.5219.820.51-
YUV124.51125.46138.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=36.87%
G=31.30%
B=31.83%

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
Decimal13911812000.150.140.45354.298.350.39
Hex8B76780FE2D162832
Octal21316617001716555421062
Binary10001011111011011110000111111101011011011000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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