Html Css Color HEX #764976 Eminence

📋 copy color: '#764976'

red 118 ◦ green 73 ◦ blue 118

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

Shades of Eminence #764976

Tints of Eminence #764976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

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

R = 38.19%
G = 23.62%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#764976 (or 0x764976) is known color: Eminence. HEX triplet: 76, 49 and 76. RGB value is (118,73,118). Sum of RGB (Red+Green+Blue) = 118+73+118=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #764976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764976 is #89B689. Grayscale: #5B5B5B. Windows color (decimal): -9025162 or 7752054. OLE color: 7752054.

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

Color convert

RGB 118 73 118 -
CMYK 0 0.38 0 0.54
HSL 300º 0.24% 0.37% -
HSV(B) 300º 0.38% 0.46% -
XYZ 13.12 9.92 18.36 -
YUV 91.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 118 73 118 0 0.38 0 0.54 300 0.24 0.37
Hex 76 49 76 0 26 0 36 12C 18 25
Octal 166 111 166 0 46 0 66 454 30 45
Binary 1110110 1001001 1110110 0 100110 0 110110 100101100 11000 100101

Color Harmonies of #764976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764976

Black with #764976

Text Example


Text Example

White with #764976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764976; }

 p { color: rgb(118,73,118); }

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

background-color css

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

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

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

border-color css

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

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

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