Html Css Color HEX #763D6B Eminence

📋 copy color: '#763D6B'

red 118 ◦ green 61 ◦ blue 107

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

Shades of Eminence #763D6B

Tints of Eminence #763D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 41.26%
G = 21.33%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#763D6B (or 0x763D6B) is known color: Eminence. HEX triplet: 76, 3D and 6B. RGB value is (118,61,107). Sum of RGB (Red+Green+Blue) = 118+61+107=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #763D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D6B is #89C294. Grayscale: #535353. Windows color (decimal): -9028245 or 7028086. OLE color: 7028086.

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

Color convert

RGB 118 61 107 -
CMYK 0 0.48 0.09 0.54
HSL 311.58º 0.32% 0.35% -
HSV(B) 311.58º 0.48% 0.46% -
XYZ 11.79 8.25 14.88 -
YUV 83.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 118 61 107 0 0.48 0.09 0.54 311.58 0.32 0.35
Hex 76 3D 6B 0 30 9 36 138 20 23
Octal 166 75 153 0 60 11 66 470 40 43
Binary 1110110 111101 1101011 0 110000 1001 110110 100111000 100000 100011

Color Harmonies of #763D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D6B

Black with #763D6B

Text Example


Text Example

White with #763D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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