Html Css Color HEX #8C7378 Empress

📋 copy color: '#8C7378'

red 140 ◦ green 115 ◦ blue 120

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

Shades of Empress #8C7378

Tints of Empress #8C7378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32%

R = 37.33%
G = 30.67%
B = 32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C7378 (or 0x8C7378) is known color: Empress. HEX triplet: 8C, 73 and 78. RGB value is (140,115,120). Sum of RGB (Red+Green+Blue) = 140+115+120=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7378 is #738C87. Grayscale: #7B7B7B. Windows color (decimal): -7572616 or 7893900. OLE color: 7893900.

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

Color convert

RGB 140 115 120 -
CMYK 0 0.18 0.14 0.45
HSL 348º 0.1% 0.5% -
HSV(B) 348º 0.18% 0.55% -
XYZ 20.34 19.19 20.4 -
YUV 123.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 140 115 120 0 0.18 0.14 0.45 348 0.1 0.5
Hex 8C 73 78 0 12 E 2D 15C A 32
Octal 214 163 170 0 22 16 55 534 12 62
Binary 10001100 1110011 1111000 0 10010 1110 101101 101011100 1010 110010

Color Harmonies of #8C7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7378

Black with #8C7378

Text Example


Text Example

White with #8C7378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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