Html Css Color HEX #783076 Eminence

📋 copy color: '#783076'

red 120 ◦ green 48 ◦ blue 118

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

Shades of Eminence #783076

Tints of Eminence #783076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

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

R = 41.96%
G = 16.78%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#783076 (or 0x783076) is known color: Eminence. HEX triplet: 78, 30 and 76. RGB value is (120,48,118). Sum of RGB (Red+Green+Blue) = 120+48+118=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #783076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783076 is #87CF89. Grayscale: #4D4D4D. Windows color (decimal): -8900490 or 7745656. OLE color: 7745656.

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

Color convert

RGB 120 48 118 -
CMYK 0 0.60 0.02 0.53
HSL 301.67º 0.43% 0.33% -
HSV(B) 301.67º 0.6% 0.47% -
XYZ 12.07 7.41 17.93 -
YUV 77.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 120 48 118 0 0.60 0.02 0.53 301.67 0.43 0.33
Hex 78 30 76 0 3C 2 35 12E 2B 21
Octal 170 60 166 0 74 2 65 456 53 41
Binary 1111000 110000 1110110 0 111100 10 110101 100101110 101011 100001

Color Harmonies of #783076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783076

Black with #783076

Text Example


Text Example

White with #783076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783076; }

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

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

background-color css

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

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

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

border-color css

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

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

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