Html Css Color HEX #8C7374 Empress

📋 copy color: '#8C7374'

red 140 ◦ green 115 ◦ blue 116

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

Shades of Empress #8C7374

Tints of Empress #8C7374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 37.74%
G = 31%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8C7374 (or 0x8C7374) is known color: Empress. HEX triplet: 8C, 73 and 74. RGB value is (140,115,116). Sum of RGB (Red+Green+Blue) = 140+115+116=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7374 is #738C8B. Grayscale: #7A7A7A. Windows color (decimal): -7572620 or 7631756. OLE color: 7631756.

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

Color convert

RGB 140 115 116 -
CMYK 0 0.18 0.17 0.45
HSL 357.6º 0.1% 0.5% -
HSV(B) 357.6º 0.18% 0.55% -
XYZ 20.1 19.1 19.15 -
YUV 122.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 140 115 116 0 0.18 0.17 0.45 357.6 0.1 0.5
Hex 8C 73 74 0 12 11 2D 166 A 32
Octal 214 163 164 0 22 21 55 546 12 62
Binary 10001100 1110011 1110100 0 10010 10001 101101 101100110 1010 110010

Color Harmonies of #8C7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7374

Black with #8C7374

Text Example


Text Example

White with #8C7374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,115,116); }

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

background-color css

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

 a { background-color: rgb(140,115,116); }

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

border-color css

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

 span { border-color: rgb(140,115,116); }

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