Html Css Color HEX #774474 Eminence

📋 copy color: '#774474'

red 119 ◦ green 68 ◦ blue 116

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

Shades of Eminence #774474

Tints of Eminence #774474

RGB

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

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

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

R = 39.27%
G = 22.44%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#774474 (or 0x774474) is known color: Eminence. HEX triplet: 77, 44 and 74. RGB value is (119,68,116). Sum of RGB (Red+Green+Blue) = 119+68+116=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774474 is #88BB8B. Grayscale: #585858. Windows color (decimal): -8960908 or 7619703. OLE color: 7619703.

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

Color convert

RGB 119 68 116 -
CMYK 0 0.43 0.03 0.53
HSL 303.53º 0.27% 0.37% -
HSV(B) 303.53º 0.43% 0.47% -
XYZ 12.83 9.32 17.65 -
YUV 88.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 119 68 116 0 0.43 0.03 0.53 303.53 0.27 0.37
Hex 77 44 74 0 2B 3 35 130 1B 25
Octal 167 104 164 0 53 3 65 460 33 45
Binary 1110111 1000100 1110100 0 101011 11 110101 100110000 11011 100101

Color Harmonies of #774474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774474

Black with #774474

Text Example


Text Example

White with #774474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774474; }

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

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

background-color css

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

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

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

border-color css

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

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

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