Html Css Color HEX #77387D Eminence

📋 copy color: '#77387D'

red 119 ◦ green 56 ◦ blue 125

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

Shades of Eminence #77387D

Tints of Eminence #77387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 39.67%
G = 18.67%
B = 41.67%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77387D (or 0x77387D) is known color: Eminence. HEX triplet: 77, 38 and 7D. RGB value is (119,56,125). Sum of RGB (Red+Green+Blue) = 119+56+125=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #77387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77387D is #88C782. Grayscale: #525252. Windows color (decimal): -8963971 or 8206455. OLE color: 8206455.

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

Color convert

RGB 119 56 125 -
CMYK 0.05 0.55 0 0.51
HSL 294.78º 0.38% 0.35% -
HSV(B) 294.78º 0.55% 0.49% -
XYZ 12.72 8.23 20.32 -
YUV 82.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 119 56 125 0.05 0.55 0 0.51 294.78 0.38 0.35
Hex 77 38 7D 5 37 0 33 127 26 23
Octal 167 70 175 5 67 0 63 447 46 43
Binary 1110111 111000 1111101 101 110111 0 110011 100100111 100110 100011

Color Harmonies of #77387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77387D

Black with #77387D

Text Example


Text Example

White with #77387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,56,125); }

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

background-color css

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

 a { background-color: rgb(119,56,125); }

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

border-color css

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

 span { border-color: rgb(119,56,125); }

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