Html Css Color HEX #784979 Eminence

📋 copy color: '#784979'

red 120 ◦ green 73 ◦ blue 121

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

Shades of Eminence #784979

Tints of Eminence #784979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 38.22%
G = 23.25%
B = 38.54%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#784979 (or 0x784979) is known color: Eminence. HEX triplet: 78, 49 and 79. RGB value is (120,73,121). Sum of RGB (Red+Green+Blue) = 120+73+121=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #784979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784979 is #87B686. Grayscale: #5C5C5C. Windows color (decimal): -8894087 or 7948664. OLE color: 7948664.

HSL color Cylindrical-coordinate representation of color #784979: hue angle of 298.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784979 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 73 121 -
CMYK 0.01 0.40 0 0.53
HSL 298.75º 0.25% 0.38% -
HSV(B) 298.75º 0.4% 0.47% -
XYZ 13.58 10.14 19.33 -
YUV 92.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 120 73 121 0.01 0.40 0 0.53 298.75 0.25 0.38
Hex 78 49 79 1 28 0 35 12B 19 26
Octal 170 111 171 1 50 0 65 453 31 46
Binary 1111000 1001001 1111001 1 101000 0 110101 100101011 11001 100110

Color Harmonies of #784979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784979

Black with #784979

Text Example


Text Example

White with #784979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784979; }

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

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

background-color css

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

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

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

border-color css

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

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

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