Html Css Color HEX #77397E Eminence

📋 copy color: '#77397E'

red 119 ◦ green 57 ◦ blue 126

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

Shades of Eminence #77397E

Tints of Eminence #77397E

RGB

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

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

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

R = 39.4%
G = 18.87%
B = 41.72%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77397E (or 0x77397E) is known color: Eminence. HEX triplet: 77, 39 and 7E. RGB value is (119,57,126). Sum of RGB (Red+Green+Blue) = 119+57+126=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #77397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77397E is #88C681. Grayscale: #535353. Windows color (decimal): -8963714 or 8272247. OLE color: 8272247.

HSL color Cylindrical-coordinate representation of color #77397E: hue angle of 293.91º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77397E is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 57 126 -
CMYK 0.06 0.55 0 0.51
HSL 293.91º 0.38% 0.36% -
HSV(B) 293.91º 0.55% 0.49% -
XYZ 12.84 8.35 20.67 -
YUV 83.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 119 57 126 0.06 0.55 0 0.51 293.91 0.38 0.36
Hex 77 39 7E 6 37 0 33 126 26 24
Octal 167 71 176 6 67 0 63 446 46 44
Binary 1110111 111001 1111110 110 110111 0 110011 100100110 100110 100100

Color Harmonies of #77397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77397E

Black with #77397E

Text Example


Text Example

White with #77397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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