Html Css Color HEX #763C77 Eminence

📋 copy color: '#763C77'

red 118 ◦ green 60 ◦ blue 119

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

Shades of Eminence #763C77

Tints of Eminence #763C77

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 39.73%
G = 20.2%
B = 40.07%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#763C77 (or 0x763C77) is known color: Eminence. HEX triplet: 76, 3C and 77. RGB value is (118,60,119). Sum of RGB (Red+Green+Blue) = 118+60+119=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 119 - color contains mainly: blue. Hex color #763C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C77 is #89C388. Grayscale: #535353. Windows color (decimal): -9028489 or 7814262. OLE color: 7814262.

HSL color Cylindrical-coordinate representation of color #763C77: hue angle of 298.98º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763C77 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 60 119 -
CMYK 0.01 0.50 0 0.53
HSL 298.98º 0.33% 0.35% -
HSV(B) 298.98º 0.5% 0.47% -
XYZ 12.42 8.42 18.42 -
YUV 84.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 118 60 119 0.01 0.50 0 0.53 298.98 0.33 0.35
Hex 76 3C 77 1 32 0 35 12B 21 23
Octal 166 74 167 1 62 0 65 453 41 43
Binary 1110110 111100 1110111 1 110010 0 110101 100101011 100001 100011

Color Harmonies of #763C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C77

Black with #763C77

Text Example


Text Example

White with #763C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,60,119); }

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

background-color css

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

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

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

border-color css

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

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

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