Html Css Color HEX #764B78 Eminence

📋 copy color: '#764B78'

red 118 ◦ green 75 ◦ blue 120

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

Shades of Eminence #764B78

Tints of Eminence #764B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

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

R = 37.7%
G = 23.96%
B = 38.34%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#764B78 (or 0x764B78) is known color: Eminence. HEX triplet: 76, 4B and 78. RGB value is (118,75,120). Sum of RGB (Red+Green+Blue) = 118+75+120=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #764B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B78 is #89B487. Grayscale: #5C5C5C. Windows color (decimal): -9024648 or 7883638. OLE color: 7883638.

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

Color convert

RGB 118 75 120 -
CMYK 0.02 0.37 0 0.53
HSL 297.33º 0.23% 0.38% -
HSV(B) 297.33º 0.38% 0.47% -
XYZ 13.38 10.24 19.04 -
YUV 92.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 118 75 120 0.02 0.37 0 0.53 297.33 0.23 0.38
Hex 76 4B 78 2 25 0 35 129 17 26
Octal 166 113 170 2 45 0 65 451 27 46
Binary 1110110 1001011 1111000 10 100101 0 110101 100101001 10111 100110

Color Harmonies of #764B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B78

Black with #764B78

Text Example


Text Example

White with #764B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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