Html Css Color HEX #773F73 Eminence

📋 copy color: '#773F73'

red 119 ◦ green 63 ◦ blue 115

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

Shades of Eminence #773F73

Tints of Eminence #773F73

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 40.07%
G = 21.21%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#773F73 (or 0x773F73) is known color: Eminence. HEX triplet: 77, 3F and 73. RGB value is (119,63,115). Sum of RGB (Red+Green+Blue) = 119+63+115=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #773F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F73 is #88C08C. Grayscale: #555555. Windows color (decimal): -8962189 or 7552887. OLE color: 7552887.

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

Color convert

RGB 119 63 115 -
CMYK 0 0.47 0.03 0.53
HSL 304.29º 0.31% 0.36% -
HSV(B) 304.29º 0.47% 0.47% -
XYZ 12.48 8.71 17.24 -
YUV 85.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 119 63 115 0 0.47 0.03 0.53 304.29 0.31 0.36
Hex 77 3F 73 0 2F 3 35 130 1F 24
Octal 167 77 163 0 57 3 65 460 37 44
Binary 1110111 111111 1110011 0 101111 11 110101 100110000 11111 100100

Color Harmonies of #773F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F73

Black with #773F73

Text Example


Text Example

White with #773F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773F73; }

 p { color: rgb(119,63,115); }

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

background-color css

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

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

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

border-color css

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

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

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