Html Css Color HEX #774476 Eminence

📋 copy color: '#774476'

red 119 ◦ green 68 ◦ blue 118

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

Shades of Eminence #774476

Tints of Eminence #774476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 39.02%
G = 22.3%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#774476 (or 0x774476) is known color: Eminence. HEX triplet: 77, 44 and 76. RGB value is (119,68,118). Sum of RGB (Red+Green+Blue) = 119+68+118=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #774476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774476 is #88BB89. Grayscale: #585858. Windows color (decimal): -8960906 or 7750775. OLE color: 7750775.

HSL color Cylindrical-coordinate representation of color #774476: hue angle of 301.18º 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 #774476 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 118 -
CMYK 0 0.43 0.01 0.53
HSL 301.18º 0.27% 0.37% -
HSV(B) 301.18º 0.43% 0.47% -
XYZ 12.94 9.36 18.26 -
YUV 88.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 119 68 118 0 0.43 0.01 0.53 301.18 0.27 0.37
Hex 77 44 76 0 2B 1 35 12D 1B 25
Octal 167 104 166 0 53 1 65 455 33 45
Binary 1110111 1000100 1110110 0 101011 1 110101 100101101 11011 100101

Color Harmonies of #774476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774476

Black with #774476

Text Example


Text Example

White with #774476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774476; }

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

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

background-color css

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

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

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

border-color css

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

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

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