Html Css Color HEX #794472 Eminence

📋 copy color: '#794472'

red 121 ◦ green 68 ◦ blue 114

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

Shades of Eminence #794472

Tints of Eminence #794472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 39.93%
G = 22.44%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#794472 (or 0x794472) is known color: Eminence. HEX triplet: 79, 44 and 72. RGB value is (121,68,114). Sum of RGB (Red+Green+Blue) = 121+68+114=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #794472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794472 is #86BB8D. Grayscale: #585858. Windows color (decimal): -8829838 or 7488633. OLE color: 7488633.

HSL color Cylindrical-coordinate representation of color #794472: hue angle of 307.92º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #794472 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 68 114 -
CMYK 0 0.44 0.06 0.53
HSL 307.92º 0.28% 0.37% -
HSV(B) 307.92º 0.44% 0.47% -
XYZ 12.99 9.41 17.05 -
YUV 89.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 121 68 114 0 0.44 0.06 0.53 307.92 0.28 0.37
Hex 79 44 72 0 2C 6 35 134 1C 25
Octal 171 104 162 0 54 6 65 464 34 45
Binary 1111001 1000100 1110010 0 101100 110 110101 100110100 11100 100101

Color Harmonies of #794472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794472

Black with #794472

Text Example


Text Example

White with #794472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794472; }

 p { color: rgb(121,68,114); }

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

background-color css

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

 a { background-color: rgb(121,68,114); }

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

border-color css

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

 span { border-color: rgb(121,68,114); }

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