Html Css Color HEX #783976 Eminence

📋 copy color: '#783976'

red 120 ◦ green 57 ◦ blue 118

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

Shades of Eminence #783976

Tints of Eminence #783976

RGB

 RED value IS 120 (47.27% from 255) = 40.68%

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

 BLUE value IS 118 (46.48% from 255) = 40%

R = 40.68%
G = 19.32%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#783976 (or 0x783976) is known color: Eminence. HEX triplet: 78, 39 and 76. RGB value is (120,57,118). Sum of RGB (Red+Green+Blue) = 120+57+118=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #783976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783976 is #87C689. Grayscale: #525252. Windows color (decimal): -8898186 or 7747960. OLE color: 7747960.

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

Color convert

RGB 120 57 118 -
CMYK 0 0.52 0.02 0.53
HSL 301.9º 0.36% 0.35% -
HSV(B) 301.9º 0.53% 0.47% -
XYZ 12.48 8.23 18.07 -
YUV 82.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 120 57 118 0 0.52 0.02 0.53 301.9 0.36 0.35
Hex 78 39 76 0 34 2 35 12E 24 23
Octal 170 71 166 0 64 2 65 456 44 43
Binary 1111000 111001 1110110 0 110100 10 110101 100101110 100100 100011

Color Harmonies of #783976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783976

Black with #783976

Text Example


Text Example

White with #783976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783976; }

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

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

background-color css

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

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

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

border-color css

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

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

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