Html Css Color HEX #773074 Eminence

📋 copy color: '#773074'

red 119 ◦ green 48 ◦ blue 116

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

Shades of Eminence #773074

Tints of Eminence #773074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 42.05%
G = 16.96%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#773074 (or 0x773074) is known color: Eminence. HEX triplet: 77, 30 and 74. RGB value is (119,48,116). Sum of RGB (Red+Green+Blue) = 119+48+116=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #773074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773074 is #88CF8B. Grayscale: #4C4C4C. Windows color (decimal): -8966028 or 7614583. OLE color: 7614583.

HSL color Cylindrical-coordinate representation of color #773074: hue angle of 302.54º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773074 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 116 -
CMYK 0 0.60 0.03 0.53
HSL 302.54º 0.43% 0.33% -
HSV(B) 302.54º 0.6% 0.47% -
XYZ 11.82 7.3 17.31 -
YUV 76.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 119 48 116 0 0.60 0.03 0.53 302.54 0.43 0.33
Hex 77 30 74 0 3C 3 35 12F 2B 21
Octal 167 60 164 0 74 3 65 457 53 41
Binary 1110111 110000 1110100 0 111100 11 110101 100101111 101011 100001

Color Harmonies of #773074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773074

Black with #773074

Text Example


Text Example

White with #773074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773074; }

 p { color: rgb(119,48,116); }

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

background-color css

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

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

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

border-color css

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

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

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