Html Css Color HEX #763B77 Eminence

📋 copy color: '#763B77'

red 118 ◦ green 59 ◦ blue 119

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

Shades of Eminence #763B77

Tints of Eminence #763B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

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

R = 39.86%
G = 19.93%
B = 40.2%

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

#763B77 (or 0x763B77) is known color: Eminence. HEX triplet: 76, 3B and 77. RGB value is (118,59,119). Sum of RGB (Red+Green+Blue) = 118+59+119=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #763B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B77 is #89C488. Grayscale: #535353. Windows color (decimal): -9028745 or 7814006. OLE color: 7814006.

HSL color Cylindrical-coordinate representation of color #763B77: hue angle of 299º degrees, saturation: 0.34, 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 #763B77 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 59 119 -
CMYK 0.01 0.50 0 0.53
HSL 299º 0.34% 0.35% -
HSV(B) 299º 0.5% 0.47% -
XYZ 12.36 8.31 18.41 -
YUV 83.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 118 59 119 0.01 0.50 0 0.53 299 0.34 0.35
Hex 76 3B 77 1 32 0 35 12B 22 23
Octal 166 73 167 1 62 0 65 453 42 43
Binary 1110110 111011 1110111 1 110010 0 110101 100101011 100010 100011

Color Harmonies of #763B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B77

Black with #763B77

Text Example


Text Example

White with #763B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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