Html Css Color HEX #763E7A Eminence

📋 copy color: '#763E7A'

red 118 ◦ green 62 ◦ blue 122

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

Shades of Eminence #763E7A

Tints of Eminence #763E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 39.07%
G = 20.53%
B = 40.4%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#763E7A (or 0x763E7A) is known color: Eminence. HEX triplet: 76, 3E and 7A. RGB value is (118,62,122). Sum of RGB (Red+Green+Blue) = 118+62+122=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #763E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E7A is #89C185. Grayscale: #555555. Windows color (decimal): -9027974 or 8011382. OLE color: 8011382.

HSL color Cylindrical-coordinate representation of color #763E7A: hue angle of 296º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763E7A is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 62 122 -
CMYK 0.03 0.49 0 0.52
HSL 296º 0.33% 0.36% -
HSV(B) 296º 0.49% 0.48% -
XYZ 12.71 8.7 19.42 -
YUV 85.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 118 62 122 0.03 0.49 0 0.52 296 0.33 0.36
Hex 76 3E 7A 3 31 0 34 128 21 24
Octal 166 76 172 3 61 0 64 450 41 44
Binary 1110110 111110 1111010 11 110001 0 110100 100101000 100001 100100

Color Harmonies of #763E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E7A

Black with #763E7A

Text Example


Text Example

White with #763E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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