Html Css Color HEX #763F6E Eminence

📋 copy color: '#763F6E'

red 118 ◦ green 63 ◦ blue 110

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

Shades of Eminence #763F6E

Tints of Eminence #763F6E

RGB

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

 GREEN value IS 63 (25% from 255) = 21.65%

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 40.55%
G = 21.65%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#763F6E (or 0x763F6E) is known color: Eminence. HEX triplet: 76, 3F and 6E. RGB value is (118,63,110). Sum of RGB (Red+Green+Blue) = 118+63+110=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #763F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F6E is #89C091. Grayscale: #545454. Windows color (decimal): -9027730 or 7225206. OLE color: 7225206.

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

Color convert

RGB 118 63 110 -
CMYK 0 0.47 0.07 0.54
HSL 308.73º 0.3% 0.35% -
HSV(B) 308.73º 0.47% 0.46% -
XYZ 12.06 8.53 15.76 -
YUV 84.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 118 63 110 0 0.47 0.07 0.54 308.73 0.3 0.35
Hex 76 3F 6E 0 2F 7 36 135 1E 23
Octal 166 77 156 0 57 7 66 465 36 43
Binary 1110110 111111 1101110 0 101111 111 110110 100110101 11110 100011

Color Harmonies of #763F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F6E

Black with #763F6E

Text Example


Text Example

White with #763F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,63,110); }

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

background-color css

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

 a { background-color: rgb(118,63,110); }

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

border-color css

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

 span { border-color: rgb(118,63,110); }

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