Html Css Color HEX #77397C Eminence

📋 copy color: '#77397C'

red 119 ◦ green 57 ◦ blue 124

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

Shades of Eminence #77397C

Tints of Eminence #77397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

 BLUE value IS 124 (48.83% from 255) = 41.33%

R = 39.67%
G = 19%
B = 41.33%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77397C (or 0x77397C) is known color: Eminence. HEX triplet: 77, 39 and 7C. RGB value is (119,57,124). Sum of RGB (Red+Green+Blue) = 119+57+124=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #77397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77397C is #88C683. Grayscale: #525252. Windows color (decimal): -8963716 or 8141175. OLE color: 8141175.

HSL color Cylindrical-coordinate representation of color #77397C: hue angle of 295.52º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77397C is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 57 124 -
CMYK 0.04 0.54 0 0.51
HSL 295.52º 0.37% 0.35% -
HSV(B) 295.52º 0.54% 0.49% -
XYZ 12.71 8.3 20 -
YUV 83.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 119 57 124 0.04 0.54 0 0.51 295.52 0.37 0.35
Hex 77 39 7C 4 36 0 33 128 25 23
Octal 167 71 174 4 66 0 63 450 45 43
Binary 1110111 111001 1111100 100 110110 0 110011 100101000 100101 100011

Color Harmonies of #77397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77397C

Black with #77397C

Text Example


Text Example

White with #77397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77397C; }

 p { color: rgb(119,57,124); }

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

background-color css

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

 a { background-color: rgb(119,57,124); }

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

border-color css

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

 span { border-color: rgb(119,57,124); }

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