Html Css Color HEX #764778 Eminence

📋 copy color: '#764778'

red 118 ◦ green 71 ◦ blue 120

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

Shades of Eminence #764778

Tints of Eminence #764778

RGB

 RED value IS 118 (46.48% from 255) = 38.19%

 GREEN value IS 71 (28.13% from 255) = 22.98%

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

R = 38.19%
G = 22.98%
B = 38.83%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#764778 (or 0x764778) is known color: Eminence. HEX triplet: 76, 47 and 78. RGB value is (118,71,120). Sum of RGB (Red+Green+Blue) = 118+71+120=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #764778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764778 is #89B887. Grayscale: #5A5A5A. Windows color (decimal): -9025672 or 7882614. OLE color: 7882614.

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

Color convert

RGB 118 71 120 -
CMYK 0.02 0.41 0 0.53
HSL 297.55º 0.26% 0.37% -
HSV(B) 297.55º 0.41% 0.47% -
XYZ 13.11 9.71 18.95 -
YUV 90.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 118 71 120 0.02 0.41 0 0.53 297.55 0.26 0.37
Hex 76 47 78 2 29 0 35 12A 1A 25
Octal 166 107 170 2 51 0 65 452 32 45
Binary 1110110 1000111 1111000 10 101001 0 110101 100101010 11010 100101

Color Harmonies of #764778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764778

Black with #764778

Text Example


Text Example

White with #764778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764778; }

 p { color: rgb(118,71,120); }

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

background-color css

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

 a { background-color: rgb(118,71,120); }

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

border-color css

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

 span { border-color: rgb(118,71,120); }

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