Html Css Color HEX #783D76 Eminence

📋 copy color: '#783D76'

red 120 ◦ green 61 ◦ blue 118

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

Shades of Eminence #783D76

Tints of Eminence #783D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

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

R = 40.13%
G = 20.4%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#783D76 (or 0x783D76) is known color: Eminence. HEX triplet: 78, 3D and 76. RGB value is (120,61,118). Sum of RGB (Red+Green+Blue) = 120+61+118=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #783D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D76 is #87C289. Grayscale: #545454. Windows color (decimal): -8897162 or 7748984. OLE color: 7748984.

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

Color convert

RGB 120 61 118 -
CMYK 0 0.49 0.02 0.53
HSL 302.03º 0.33% 0.35% -
HSV(B) 302.03º 0.49% 0.47% -
XYZ 12.68 8.64 18.14 -
YUV 85.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 120 61 118 0 0.49 0.02 0.53 302.03 0.33 0.35
Hex 78 3D 76 0 31 2 35 12E 21 23
Octal 170 75 166 0 61 2 65 456 41 43
Binary 1111000 111101 1110110 0 110001 10 110101 100101110 100001 100011

Color Harmonies of #783D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783D76

Black with #783D76

Text Example


Text Example

White with #783D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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