Html Css Color HEX #784976 Eminence

📋 copy color: '#784976'

red 120 ◦ green 73 ◦ blue 118

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

Shades of Eminence #784976

Tints of Eminence #784976

RGB

 RED value IS 120 (47.27% from 255) = 38.59%

 GREEN value IS 73 (28.91% from 255) = 23.47%

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 38.59%
G = 23.47%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#784976 (or 0x784976) is known color: Eminence. HEX triplet: 78, 49 and 76. RGB value is (120,73,118). Sum of RGB (Red+Green+Blue) = 120+73+118=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #784976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784976 is #87B689. Grayscale: #5C5C5C. Windows color (decimal): -8894090 or 7752056. OLE color: 7752056.

HSL color Cylindrical-coordinate representation of color #784976: hue angle of 302.55º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #784976 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 73 118 -
CMYK 0 0.39 0.02 0.53
HSL 302.55º 0.24% 0.38% -
HSV(B) 302.55º 0.39% 0.47% -
XYZ 13.4 10.07 18.38 -
YUV 92.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 120 73 118 0 0.39 0.02 0.53 302.55 0.24 0.38
Hex 78 49 76 0 27 2 35 12F 18 26
Octal 170 111 166 0 47 2 65 457 30 46
Binary 1111000 1001001 1110110 0 100111 10 110101 100101111 11000 100110

Color Harmonies of #784976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784976

Black with #784976

Text Example


Text Example

White with #784976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784976; }

 p { color: rgb(120,73,118); }

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

background-color css

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

 a { background-color: rgb(120,73,118); }

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

border-color css

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

 span { border-color: rgb(120,73,118); }

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