#8C7677

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

Shades of Empress #8C7677

Tints of Empress #8C7677

Color information

#8C7677 (or 0x8C7677) is unknown color: approx Empress. HEX triplet: 8C, 76 and 77. RGB value is (140,118,119). Sum of RGB (Red+Green+Blue) = 140+118+119=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7677 is #738988. Grayscale: #7C7C7C. Windows color (decimal): -7571849 or 7829132. OLE color: 7829132.

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

Color convert

RGB140118119-
CMYK00.160.150.45
HSL357.27º8.73%50.59%-
HSV(B)357.27º15.71%54.9%-
XYZ20.6219.8620.2-
YUV124.69124.79138.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=37.14%
G=31.30%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011811900.160.150.45357.278.7350.59
Hex8C7677010F2D165933
Octal21416616702017555451163
Binary100011001110110111011101000011111011011011001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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