Html Css Color HEX #773877 Eminence

📋 copy color: '#773877'

red 119 ◦ green 56 ◦ blue 119

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

Shades of Eminence #773877

Tints of Eminence #773877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.48%

R = 40.48%
G = 19.05%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#773877 (or 0x773877) is known color: Eminence. HEX triplet: 77, 38 and 77. RGB value is (119,56,119). Sum of RGB (Red+Green+Blue) = 119+56+119=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #773877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773877 is #88C788. Grayscale: #515151. Windows color (decimal): -8963977 or 7813239. OLE color: 7813239.

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

Color convert

RGB 119 56 119 -
CMYK 0 0.53 0 0.53
HSL 300º 0.36% 0.34% -
HSV(B) 300º 0.53% 0.47% -
XYZ 12.35 8.08 18.36 -
YUV 82.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 119 56 119 0 0.53 0 0.53 300 0.36 0.34
Hex 77 38 77 0 35 0 35 12C 24 22
Octal 167 70 167 0 65 0 65 454 44 42
Binary 1110111 111000 1110111 0 110101 0 110101 100101100 100100 100010

Color Harmonies of #773877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773877

Black with #773877

Text Example


Text Example

White with #773877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773877; }

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

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

background-color css

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

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

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

border-color css

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

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

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