Html Css Color HEX #772C7E Eminence

📋 copy color: '#772C7E'

red 119 ◦ green 44 ◦ blue 126

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

Shades of Eminence #772C7E

Tints of Eminence #772C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.22%

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 41.18%
G = 15.22%
B = 43.6%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#772C7E (or 0x772C7E) is known color: Eminence. HEX triplet: 77, 2C and 7E. RGB value is (119,44,126). Sum of RGB (Red+Green+Blue) = 119+44+126=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #772C7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C7E is #88D381. Grayscale: #4B4B4B. Windows color (decimal): -8967042 or 8268919. OLE color: 8268919.

HSL color Cylindrical-coordinate representation of color #772C7E: hue angle of 294.88º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772C7E is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 44 126 -
CMYK 0.06 0.65 0 0.51
HSL 294.88º 0.48% 0.33% -
HSV(B) 294.88º 0.65% 0.49% -
XYZ 12.27 7.23 20.49 -
YUV 75.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 119 44 126 0.06 0.65 0 0.51 294.88 0.48 0.33
Hex 77 2C 7E 6 41 0 33 127 30 21
Octal 167 54 176 6 101 0 63 447 60 41
Binary 1110111 101100 1111110 110 1000001 0 110011 100100111 110000 100001

Color Harmonies of #772C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C7E

Black with #772C7E

Text Example


Text Example

White with #772C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772C7E; }

 p { color: rgb(119,44,126); }

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

background-color css

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

 a { background-color: rgb(119,44,126); }

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

border-color css

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

 span { border-color: rgb(119,44,126); }

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