Html Css Color HEX #763E6D Eminence

📋 copy color: '#763E6D'

red 118 ◦ green 62 ◦ blue 109

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

Shades of Eminence #763E6D

Tints of Eminence #763E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.45%

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 40.83%
G = 21.45%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#763E6D (or 0x763E6D) is known color: Eminence. HEX triplet: 76, 3E and 6D. RGB value is (118,62,109). Sum of RGB (Red+Green+Blue) = 118+62+109=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #763E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E6D is #89C192. Grayscale: #535353. Windows color (decimal): -9027987 or 7159414. OLE color: 7159414.

HSL color Cylindrical-coordinate representation of color #763E6D: hue angle of 309.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763E6D is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 62 109 -
CMYK 0 0.47 0.08 0.54
HSL 309.64º 0.31% 0.35% -
HSV(B) 309.64º 0.47% 0.46% -
XYZ 11.95 8.4 15.46 -
YUV 84.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 118 62 109 0 0.47 0.08 0.54 309.64 0.31 0.35
Hex 76 3E 6D 0 2F 8 36 136 1F 23
Octal 166 76 155 0 57 10 66 466 37 43
Binary 1110110 111110 1101101 0 101111 1000 110110 100110110 11111 100011

Color Harmonies of #763E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E6D

Black with #763E6D

Text Example


Text Example

White with #763E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763E6D; }

 p { color: rgb(118,62,109); }

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

background-color css

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

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

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

border-color css

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

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

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