Html Css Color HEX #77376F Eminence

📋 copy color: '#77376F'

red 119 ◦ green 55 ◦ blue 111

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

Shades of Eminence #77376F

Tints of Eminence #77376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 41.75%
G = 19.3%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77376F (or 0x77376F) is known color: Eminence. HEX triplet: 77, 37 and 6F. RGB value is (119,55,111). Sum of RGB (Red+Green+Blue) = 119+55+111=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #77376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77376F is #88C890. Grayscale: #505050. Windows color (decimal): -8964241 or 7288695. OLE color: 7288695.

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

Color convert

RGB 119 55 111 -
CMYK 0 0.54 0.07 0.53
HSL 307.5º 0.37% 0.34% -
HSV(B) 307.5º 0.54% 0.47% -
XYZ 11.84 7.8 15.92 -
YUV 80.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 119 55 111 0 0.54 0.07 0.53 307.5 0.37 0.34
Hex 77 37 6F 0 36 7 35 134 25 22
Octal 167 67 157 0 66 7 65 464 45 42
Binary 1110111 110111 1101111 0 110110 111 110101 100110100 100101 100010

Color Harmonies of #77376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77376F

Black with #77376F

Text Example


Text Example

White with #77376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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