Html Css Color HEX #774776 Eminence

📋 copy color: '#774776'

red 119 ◦ green 71 ◦ blue 118

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

Shades of Eminence #774776

Tints of Eminence #774776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 38.64%
G = 23.05%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#774776 (or 0x774776) is known color: Eminence. HEX triplet: 77, 47 and 76. RGB value is (119,71,118). Sum of RGB (Red+Green+Blue) = 119+71+118=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #774776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774776 is #88B889. Grayscale: #5A5A5A. Windows color (decimal): -8960138 or 7751543. OLE color: 7751543.

HSL color Cylindrical-coordinate representation of color #774776: hue angle of 301.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774776 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 118 -
CMYK 0 0.40 0.01 0.53
HSL 301.25º 0.25% 0.37% -
HSV(B) 301.25º 0.4% 0.47% -
XYZ 13.13 9.74 18.33 -
YUV 90.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 119 71 118 0 0.40 0.01 0.53 301.25 0.25 0.37
Hex 77 47 76 0 28 1 35 12D 19 25
Octal 167 107 166 0 50 1 65 455 31 45
Binary 1110111 1000111 1110110 0 101000 1 110101 100101101 11001 100101

Color Harmonies of #774776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774776

Black with #774776

Text Example


Text Example

White with #774776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774776; }

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

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

background-color css

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

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

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

border-color css

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

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

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