Html Css Color HEX #8C7478 Empress

📋 copy color: '#8C7478'

red 140 ◦ green 116 ◦ blue 120

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

Shades of Empress #8C7478

Tints of Empress #8C7478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 37.23%
G = 30.85%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C7478 (or 0x8C7478) is known color: Empress. HEX triplet: 8C, 74 and 78. RGB value is (140,116,120). Sum of RGB (Red+Green+Blue) = 140+116+120=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7478 is #738B87. Grayscale: #7B7B7B. Windows color (decimal): -7572360 or 7894156. OLE color: 7894156.

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

Color convert

RGB 140 116 120 -
CMYK 0 0.17 0.14 0.45
HSL 350º 0.09% 0.5% -
HSV(B) 350º 0.17% 0.55% -
XYZ 20.45 19.42 20.44 -
YUV 123.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 140 116 120 0 0.17 0.14 0.45 350 0.09 0.5
Hex 8C 74 78 0 11 E 2D 15E 9 32
Octal 214 164 170 0 21 16 55 536 11 62
Binary 10001100 1110100 1111000 0 10001 1110 101101 101011110 1001 110010

Color Harmonies of #8C7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7478

Black with #8C7478

Text Example


Text Example

White with #8C7478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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