Html Css Color HEX #783772 Eminence

📋 copy color: '#783772'

red 120 ◦ green 55 ◦ blue 114

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

Shades of Eminence #783772

Tints of Eminence #783772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 41.52%
G = 19.03%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#783772 (or 0x783772) is known color: Eminence. HEX triplet: 78, 37 and 72. RGB value is (120,55,114). Sum of RGB (Red+Green+Blue) = 120+55+114=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #783772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783772 is #87C88D. Grayscale: #505050. Windows color (decimal): -8898702 or 7485304. OLE color: 7485304.

HSL color Cylindrical-coordinate representation of color #783772: hue angle of 305.54º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #783772 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 114 -
CMYK 0 0.54 0.05 0.53
HSL 305.54º 0.37% 0.34% -
HSV(B) 305.54º 0.54% 0.47% -
XYZ 12.15 7.94 16.81 -
YUV 81.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 120 55 114 0 0.54 0.05 0.53 305.54 0.37 0.34
Hex 78 37 72 0 36 5 35 132 25 22
Octal 170 67 162 0 66 5 65 462 45 42
Binary 1111000 110111 1110010 0 110110 101 110101 100110010 100101 100010

Color Harmonies of #783772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783772

Black with #783772

Text Example


Text Example

White with #783772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783772; }

 p { color: rgb(120,55,114); }

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

background-color css

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

 a { background-color: rgb(120,55,114); }

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

border-color css

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

 span { border-color: rgb(120,55,114); }

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