Html Css Color HEX #763D6C Eminence

📋 copy color: '#763D6C'

red 118 ◦ green 61 ◦ blue 108

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

Shades of Eminence #763D6C

Tints of Eminence #763D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 41.11%
G = 21.25%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#763D6C (or 0x763D6C) is known color: Eminence. HEX triplet: 76, 3D and 6C. RGB value is (118,61,108). Sum of RGB (Red+Green+Blue) = 118+61+108=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #763D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D6C is #89C293. Grayscale: #535353. Windows color (decimal): -9028244 or 7093622. OLE color: 7093622.

HSL color Cylindrical-coordinate representation of color #763D6C: hue angle of 310.53º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D6C is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 61 108 -
CMYK 0 0.48 0.08 0.54
HSL 310.53º 0.32% 0.35% -
HSV(B) 310.53º 0.48% 0.46% -
XYZ 11.85 8.27 15.16 -
YUV 83.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 118 61 108 0 0.48 0.08 0.54 310.53 0.32 0.35
Hex 76 3D 6C 0 30 8 36 137 20 23
Octal 166 75 154 0 60 10 66 467 40 43
Binary 1110110 111101 1101100 0 110000 1000 110110 100110111 100000 100011

Color Harmonies of #763D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D6C

Black with #763D6C

Text Example


Text Example

White with #763D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,108); }

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

background-color css

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

 a { background-color: rgb(118,61,108); }

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

border-color css

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

 span { border-color: rgb(118,61,108); }

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