Html Css Color HEX #763974 Eminence

📋 copy color: '#763974'

red 118 ◦ green 57 ◦ blue 116

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

Shades of Eminence #763974

Tints of Eminence #763974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 40.55%
G = 19.59%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#763974 (or 0x763974) is known color: Eminence. HEX triplet: 76, 39 and 74. RGB value is (118,57,116). Sum of RGB (Red+Green+Blue) = 118+57+116=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #763974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763974 is #89C68B. Grayscale: #515151. Windows color (decimal): -9029260 or 7616886. OLE color: 7616886.

HSL color Cylindrical-coordinate representation of color #763974: hue angle of 301.97º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #763974 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 116 -
CMYK 0 0.52 0.02 0.54
HSL 301.97º 0.35% 0.34% -
HSV(B) 301.97º 0.52% 0.46% -
XYZ 12.09 8.04 17.44 -
YUV 81.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 118 57 116 0 0.52 0.02 0.54 301.97 0.35 0.34
Hex 76 39 74 0 34 2 36 12E 23 22
Octal 166 71 164 0 64 2 66 456 43 42
Binary 1110110 111001 1110100 0 110100 10 110110 100101110 100011 100010

Color Harmonies of #763974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763974

Black with #763974

Text Example


Text Example

White with #763974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763974; }

 p { color: rgb(118,57,116); }

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

background-color css

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

 a { background-color: rgb(118,57,116); }

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

border-color css

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

 span { border-color: rgb(118,57,116); }

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