Html Css Color HEX #8C7679 Empress

📋 copy color: '#8C7679'

red 140 ◦ green 118 ◦ blue 121

#8C7679
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #8C7679

Tints of Empress #8C7679

RGB

 RED value IS 140 (55.08% from 255) = 36.94%

 GREEN value IS 118 (46.48% from 255) = 31.13%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 36.94%
G = 31.13%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C7679 (or 0x8C7679) is known color: Empress. HEX triplet: 8C, 76 and 79. RGB value is (140,118,121). Sum of RGB (Red+Green+Blue) = 140+118+121=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7679 is #738986. Grayscale: #7C7C7C. Windows color (decimal): -7571847 or 7960204. OLE color: 7960204.

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

Color convert

RGB 140 118 121 -
CMYK 0 0.16 0.14 0.45
HSL 351.82º 0.09% 0.51% -
HSV(B) 351.82º 0.16% 0.55% -
XYZ 20.74 19.91 20.84 -
YUV 124.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 140 118 121 0 0.16 0.14 0.45 351.82 0.09 0.51
Hex 8C 76 79 0 10 E 2D 160 9 33
Octal 214 166 171 0 20 16 55 540 11 63
Binary 10001100 1110110 1111001 0 10000 1110 101101 101100000 1001 110011

Color Harmonies of #8C7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7679

Black with #8C7679

Text Example


Text Example

White with #8C7679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C7679;
 }
 .AnyTagClassName
 {
   color: #8C7679;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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