Html Css Color HEX #77376D Eminence

📋 copy color: '#77376D'

red 119 ◦ green 55 ◦ blue 109

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

Shades of Eminence #77376D

Tints of Eminence #77376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 42.05%
G = 19.43%
B = 38.52%

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

#77376D (or 0x77376D) is known color: Eminence. HEX triplet: 77, 37 and 6D. RGB value is (119,55,109). Sum of RGB (Red+Green+Blue) = 119+55+109=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77376D is #88C892. Grayscale: #505050. Windows color (decimal): -8964243 or 7157623. OLE color: 7157623.

HSL color Cylindrical-coordinate representation of color #77376D: hue angle of 309.38º 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 #77376D is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 109 -
CMYK 0 0.54 0.08 0.53
HSL 309.38º 0.37% 0.34% -
HSV(B) 309.38º 0.54% 0.47% -
XYZ 11.73 7.76 15.35 -
YUV 80.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 119 55 109 0 0.54 0.08 0.53 309.38 0.37 0.34
Hex 77 37 6D 0 36 8 35 135 25 22
Octal 167 67 155 0 66 10 65 465 45 42
Binary 1110111 110111 1101101 0 110110 1000 110101 100110101 100101 100010

Color Harmonies of #77376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77376D

Black with #77376D

Text Example


Text Example

White with #77376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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