Html Css Color HEX #763D6D Eminence

📋 copy color: '#763D6D'

red 118 ◦ green 61 ◦ blue 109

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

Shades of Eminence #763D6D

Tints of Eminence #763D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 40.97%
G = 21.18%
B = 37.85%

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

#763D6D (or 0x763D6D) is known color: Eminence. HEX triplet: 76, 3D and 6D. RGB value is (118,61,109). Sum of RGB (Red+Green+Blue) = 118+61+109=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #763D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D6D is #89C292. Grayscale: #535353. Windows color (decimal): -9028243 or 7159158. OLE color: 7159158.

HSL color Cylindrical-coordinate representation of color #763D6D: hue angle of 309.47º 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 #763D6D is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 61 109 -
CMYK 0 0.48 0.08 0.54
HSL 309.47º 0.32% 0.35% -
HSV(B) 309.47º 0.48% 0.46% -
XYZ 11.9 8.29 15.44 -
YUV 83.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 118 61 109 0 0.48 0.08 0.54 309.47 0.32 0.35
Hex 76 3D 6D 0 30 8 36 135 20 23
Octal 166 75 155 0 60 10 66 465 40 43
Binary 1110110 111101 1101101 0 110000 1000 110110 100110101 100000 100011

Color Harmonies of #763D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D6D

Black with #763D6D

Text Example


Text Example

White with #763D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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