Html Css Color HEX #77367C Eminence

📋 copy color: '#77367C'

red 119 ◦ green 54 ◦ blue 124

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

Shades of Eminence #77367C

Tints of Eminence #77367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 40.07%
G = 18.18%
B = 41.75%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77367C (or 0x77367C) is known color: Eminence. HEX triplet: 77, 36 and 7C. RGB value is (119,54,124). Sum of RGB (Red+Green+Blue) = 119+54+124=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #77367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77367C is #88C983. Grayscale: #515151. Windows color (decimal): -8964484 or 8140407. OLE color: 8140407.

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

Color convert

RGB 119 54 124 -
CMYK 0.04 0.56 0 0.51
HSL 295.71º 0.39% 0.35% -
HSV(B) 295.71º 0.56% 0.49% -
XYZ 12.57 8.02 19.95 -
YUV 81.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 119 54 124 0.04 0.56 0 0.51 295.71 0.39 0.35
Hex 77 36 7C 4 38 0 33 128 27 23
Octal 167 66 174 4 70 0 63 450 47 43
Binary 1110111 110110 1111100 100 111000 0 110011 100101000 100111 100011

Color Harmonies of #77367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77367C

Black with #77367C

Text Example


Text Example

White with #77367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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