Html Css Color HEX #794074 Eminence

📋 copy color: '#794074'

red 121 ◦ green 64 ◦ blue 116

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

Shades of Eminence #794074

Tints of Eminence #794074

RGB

 RED value IS 121 (47.66% from 255) = 40.2%

 GREEN value IS 64 (25.39% from 255) = 21.26%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 40.2%
G = 21.26%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#794074 (or 0x794074) is known color: Eminence. HEX triplet: 79, 40 and 74. RGB value is (121,64,116). Sum of RGB (Red+Green+Blue) = 121+64+116=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #794074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794074 is #86BF8B. Grayscale: #565656. Windows color (decimal): -8830860 or 7618681. OLE color: 7618681.

HSL color Cylindrical-coordinate representation of color #794074: hue angle of 305.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #794074 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 64 116 -
CMYK 0 0.47 0.04 0.53
HSL 305.26º 0.31% 0.36% -
HSV(B) 305.26º 0.47% 0.47% -
XYZ 12.87 8.99 17.58 -
YUV 86.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 121 64 116 0 0.47 0.04 0.53 305.26 0.31 0.36
Hex 79 40 74 0 2F 4 35 131 1F 24
Octal 171 100 164 0 57 4 65 461 37 44
Binary 1111001 1000000 1110100 0 101111 100 110101 100110001 11111 100100

Color Harmonies of #794074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794074

Black with #794074

Text Example


Text Example

White with #794074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794074; }

 p { color: rgb(121,64,116); }

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

background-color css

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

 a { background-color: rgb(121,64,116); }

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

border-color css

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

 span { border-color: rgb(121,64,116); }

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