Html Css Color HEX #774574 Eminence

📋 copy color: '#774574'

red 119 ◦ green 69 ◦ blue 116

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

Shades of Eminence #774574

Tints of Eminence #774574

RGB

 RED value IS 119 (46.88% from 255) = 39.14%

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 39.14%
G = 22.7%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#774574 (or 0x774574) is known color: Eminence. HEX triplet: 77, 45 and 74. RGB value is (119,69,116). Sum of RGB (Red+Green+Blue) = 119+69+116=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774574 is #88BA8B. Grayscale: #595959. Windows color (decimal): -8960652 or 7619959. OLE color: 7619959.

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

Color convert

RGB 119 69 116 -
CMYK 0 0.42 0.03 0.53
HSL 303.6º 0.27% 0.37% -
HSV(B) 303.6º 0.42% 0.47% -
XYZ 12.89 9.44 17.67 -
YUV 89.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 119 69 116 0 0.42 0.03 0.53 303.6 0.27 0.37
Hex 77 45 74 0 2A 3 35 130 1B 25
Octal 167 105 164 0 52 3 65 460 33 45
Binary 1110111 1000101 1110100 0 101010 11 110101 100110000 11011 100101

Color Harmonies of #774574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774574

Black with #774574

Text Example


Text Example

White with #774574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774574; }

 p { color: rgb(119,69,116); }

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

background-color css

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

 a { background-color: rgb(119,69,116); }

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

border-color css

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

 span { border-color: rgb(119,69,116); }

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