Html Css Color HEX #774378 Eminence

📋 copy color: '#774378'

red 119 ◦ green 67 ◦ blue 120

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

Shades of Eminence #774378

Tints of Eminence #774378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 38.89%
G = 21.9%
B = 39.22%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#774378 (or 0x774378) is known color: Eminence. HEX triplet: 77, 43 and 78. RGB value is (119,67,120). Sum of RGB (Red+Green+Blue) = 119+67+120=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #774378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774378 is #88BC87. Grayscale: #585858. Windows color (decimal): -8961160 or 7881591. OLE color: 7881591.

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

Color convert

RGB 119 67 120 -
CMYK 0.01 0.44 0 0.53
HSL 298.87º 0.28% 0.37% -
HSV(B) 298.87º 0.44% 0.47% -
XYZ 13.01 9.29 18.88 -
YUV 88.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 119 67 120 0.01 0.44 0 0.53 298.87 0.28 0.37
Hex 77 43 78 1 2C 0 35 12B 1C 25
Octal 167 103 170 1 54 0 65 453 34 45
Binary 1110111 1000011 1111000 1 101100 0 110101 100101011 11100 100101

Color Harmonies of #774378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774378

Black with #774378

Text Example


Text Example

White with #774378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774378; }

 p { color: rgb(119,67,120); }

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

background-color css

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

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

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

border-color css

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

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

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