Html Css Color HEX #783376 Eminence

📋 copy color: '#783376'

red 120 ◦ green 51 ◦ blue 118

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

Shades of Eminence #783376

Tints of Eminence #783376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 41.52%
G = 17.65%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#783376 (or 0x783376) is known color: Eminence. HEX triplet: 78, 33 and 76. RGB value is (120,51,118). Sum of RGB (Red+Green+Blue) = 120+51+118=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #783376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783376 is #87CC89. Grayscale: #4F4F4F. Windows color (decimal): -8899722 or 7746424. OLE color: 7746424.

HSL color Cylindrical-coordinate representation of color #783376: hue angle of 301.74º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783376 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 118 -
CMYK 0 0.58 0.02 0.53
HSL 301.74º 0.4% 0.34% -
HSV(B) 301.74º 0.58% 0.47% -
XYZ 12.2 7.67 17.98 -
YUV 79.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 120 51 118 0 0.58 0.02 0.53 301.74 0.4 0.34
Hex 78 33 76 0 3A 2 35 12E 28 22
Octal 170 63 166 0 72 2 65 456 50 42
Binary 1111000 110011 1110110 0 111010 10 110101 100101110 101000 100010

Color Harmonies of #783376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783376

Black with #783376

Text Example


Text Example

White with #783376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783376; }

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

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

background-color css

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

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

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

border-color css

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

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

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