Html Css Color HEX #763B75 Eminence

📋 copy color: '#763B75'

red 118 ◦ green 59 ◦ blue 117

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

Shades of Eminence #763B75

Tints of Eminence #763B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 40.14%
G = 20.07%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#763B75 (or 0x763B75) is known color: Eminence. HEX triplet: 76, 3B and 75. RGB value is (118,59,117). Sum of RGB (Red+Green+Blue) = 118+59+117=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #763B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B75 is #89C48A. Grayscale: #535353. Windows color (decimal): -9028747 or 7682934. OLE color: 7682934.

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

Color convert

RGB 118 59 117 -
CMYK 0 0.50 0.01 0.54
HSL 301.02º 0.33% 0.35% -
HSV(B) 301.02º 0.5% 0.46% -
XYZ 12.25 8.26 17.78 -
YUV 83.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 118 59 117 0 0.50 0.01 0.54 301.02 0.33 0.35
Hex 76 3B 75 0 32 1 36 12D 21 23
Octal 166 73 165 0 62 1 66 455 41 43
Binary 1110110 111011 1110101 0 110010 1 110110 100101101 100001 100011

Color Harmonies of #763B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B75

Black with #763B75

Text Example


Text Example

White with #763B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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