Html Css Color HEX #8A7478 Empress

📋 copy color: '#8A7478'

red 138 ◦ green 116 ◦ blue 120

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

Shades of Empress #8A7478

Tints of Empress #8A7478

RGB

 RED value IS 138 (54.3% from 255) = 36.9%

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

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

R = 36.9%
G = 31.02%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#8A7478 (or 0x8A7478) is known color: Empress. HEX triplet: 8A, 74 and 78. RGB value is (138,116,120). Sum of RGB (Red+Green+Blue) = 138+116+120=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7478 is #758B87. Grayscale: #7B7B7B. Windows color (decimal): -7703432 or 7894154. OLE color: 7894154.

HSL color Cylindrical-coordinate representation of color #8A7478: hue angle of 349.09º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A7478 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 116 120 -
CMYK 0 0.16 0.13 0.46
HSL 349.09º 0.09% 0.5% -
HSV(B) 349.09º 0.16% 0.54% -
XYZ 20.12 19.25 20.42 -
YUV 123.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 138 116 120 0 0.16 0.13 0.46 349.09 0.09 0.5
Hex 8A 74 78 0 10 D 2E 15D 9 32
Octal 212 164 170 0 20 15 56 535 11 62
Binary 10001010 1110100 1111000 0 10000 1101 101110 101011101 1001 110010

Color Harmonies of #8A7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7478

Black with #8A7478

Text Example


Text Example

White with #8A7478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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