Html Css Color HEX #763076 Eminence

📋 copy color: '#763076'

red 118 ◦ green 48 ◦ blue 118

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

Shades of Eminence #763076

Tints of Eminence #763076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 41.55%
G = 16.9%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#763076 (or 0x763076) is known color: Eminence. HEX triplet: 76, 30 and 76. RGB value is (118,48,118). Sum of RGB (Red+Green+Blue) = 118+48+118=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #763076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763076 is #89CF89. Grayscale: #4C4C4C. Windows color (decimal): -9031562 or 7745654. OLE color: 7745654.

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

Color convert

RGB 118 48 118 -
CMYK 0 0.59 0 0.54
HSL 300º 0.42% 0.33% -
HSV(B) 300º 0.59% 0.46% -
XYZ 11.8 7.27 17.92 -
YUV 76.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 118 48 118 0 0.59 0 0.54 300 0.42 0.33
Hex 76 30 76 0 3B 0 36 12C 2A 21
Octal 166 60 166 0 73 0 66 454 52 41
Binary 1110110 110000 1110110 0 111011 0 110110 100101100 101010 100001

Color Harmonies of #763076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763076

Black with #763076

Text Example


Text Example

White with #763076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763076; }

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

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

background-color css

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

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

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

border-color css

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

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

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