Html Css Color HEX #774176 Eminence

📋 copy color: '#774176'

red 119 ◦ green 65 ◦ blue 118

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

Shades of Eminence #774176

Tints of Eminence #774176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.52%

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

R = 39.4%
G = 21.52%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#774176 (or 0x774176) is known color: Eminence. HEX triplet: 77, 41 and 76. RGB value is (119,65,118). Sum of RGB (Red+Green+Blue) = 119+65+118=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #774176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774176 is #88BE89. Grayscale: #575757. Windows color (decimal): -8961674 or 7750007. OLE color: 7750007.

HSL color Cylindrical-coordinate representation of color #774176: hue angle of 301.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774176 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 118 -
CMYK 0 0.45 0.01 0.53
HSL 301.11º 0.29% 0.36% -
HSV(B) 301.11º 0.45% 0.47% -
XYZ 12.77 9.01 18.21 -
YUV 87.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 119 65 118 0 0.45 0.01 0.53 301.11 0.29 0.36
Hex 77 41 76 0 2D 1 35 12D 1D 24
Octal 167 101 166 0 55 1 65 455 35 44
Binary 1110111 1000001 1110110 0 101101 1 110101 100101101 11101 100100

Color Harmonies of #774176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774176

Black with #774176

Text Example


Text Example

White with #774176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774176; }

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

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

background-color css

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

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

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

border-color css

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

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

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