Html Css Color HEX #763577 Eminence

📋 copy color: '#763577'

red 118 ◦ green 53 ◦ blue 119

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

Shades of Eminence #763577

Tints of Eminence #763577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 40.69%
G = 18.28%
B = 41.03%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#763577 (or 0x763577) is known color: Eminence. HEX triplet: 76, 35 and 77. RGB value is (118,53,119). Sum of RGB (Red+Green+Blue) = 118+53+119=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #763577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763577 is #89CA88. Grayscale: #4F4F4F. Windows color (decimal): -9030281 or 7812470. OLE color: 7812470.

HSL color Cylindrical-coordinate representation of color #763577: hue angle of 299.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763577 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 53 119 -
CMYK 0.01 0.55 0 0.53
HSL 299.09º 0.38% 0.34% -
HSV(B) 299.09º 0.55% 0.47% -
XYZ 12.07 7.73 18.31 -
YUV 79.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 118 53 119 0.01 0.55 0 0.53 299.09 0.38 0.34
Hex 76 35 77 1 37 0 35 12B 26 22
Octal 166 65 167 1 67 0 65 453 46 42
Binary 1110110 110101 1110111 1 110111 0 110101 100101011 100110 100010

Color Harmonies of #763577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763577

Black with #763577

Text Example


Text Example

White with #763577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763577; }

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

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

background-color css

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

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

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

border-color css

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

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

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