Html Css Color HEX #764774 Eminence

📋 copy color: '#764774'

red 118 ◦ green 71 ◦ blue 116

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

Shades of Eminence #764774

Tints of Eminence #764774

RGB

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

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

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

R = 38.69%
G = 23.28%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#764774 (or 0x764774) is known color: Eminence. HEX triplet: 76, 47 and 74. RGB value is (118,71,116). Sum of RGB (Red+Green+Blue) = 118+71+116=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #764774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764774 is #89B88B. Grayscale: #5A5A5A. Windows color (decimal): -9025676 or 7620470. OLE color: 7620470.

HSL color Cylindrical-coordinate representation of color #764774: hue angle of 302.55º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764774 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 116 -
CMYK 0 0.40 0.02 0.54
HSL 302.55º 0.25% 0.37% -
HSV(B) 302.55º 0.4% 0.46% -
XYZ 12.88 9.62 17.7 -
YUV 90.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 118 71 116 0 0.40 0.02 0.54 302.55 0.25 0.37
Hex 76 47 74 0 28 2 36 12F 19 25
Octal 166 107 164 0 50 2 66 457 31 45
Binary 1110110 1000111 1110100 0 101000 10 110110 100101111 11001 100101

Color Harmonies of #764774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764774

Black with #764774

Text Example


Text Example

White with #764774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764774; }

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

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

background-color css

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

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

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

border-color css

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

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

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