Html Css Color HEX #77376E Eminence

📋 copy color: '#77376E'

red 119 ◦ green 55 ◦ blue 110

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

Shades of Eminence #77376E

Tints of Eminence #77376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 41.9%
G = 19.37%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77376E (or 0x77376E) is known color: Eminence. HEX triplet: 77, 37 and 6E. RGB value is (119,55,110). Sum of RGB (Red+Green+Blue) = 119+55+110=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77376E is #88C891. Grayscale: #505050. Windows color (decimal): -8964242 or 7223159. OLE color: 7223159.

HSL color Cylindrical-coordinate representation of color #77376E: hue angle of 308.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77376E is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 110 -
CMYK 0 0.54 0.08 0.53
HSL 308.44º 0.37% 0.34% -
HSV(B) 308.44º 0.54% 0.47% -
XYZ 11.79 7.78 15.63 -
YUV 80.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 119 55 110 0 0.54 0.08 0.53 308.44 0.37 0.34
Hex 77 37 6E 0 36 8 35 134 25 22
Octal 167 67 156 0 66 10 65 464 45 42
Binary 1110111 110111 1101110 0 110110 1000 110101 100110100 100101 100010

Color Harmonies of #77376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77376E

Black with #77376E

Text Example


Text Example

White with #77376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,55,110); }

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

background-color css

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

 a { background-color: rgb(119,55,110); }

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

border-color css

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

 span { border-color: rgb(119,55,110); }

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