Html Css Color HEX #784076 Eminence

📋 copy color: '#784076'

red 120 ◦ green 64 ◦ blue 118

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

Shades of Eminence #784076

Tints of Eminence #784076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

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

R = 39.74%
G = 21.19%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#784076 (or 0x784076) is known color: Eminence. HEX triplet: 78, 40 and 76. RGB value is (120,64,118). Sum of RGB (Red+Green+Blue) = 120+64+118=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #784076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784076 is #87BF89. Grayscale: #565656. Windows color (decimal): -8896394 or 7749752. OLE color: 7749752.

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

Color convert

RGB 120 64 118 -
CMYK 0 0.47 0.02 0.53
HSL 302.14º 0.3% 0.36% -
HSV(B) 302.14º 0.47% 0.47% -
XYZ 12.85 8.97 18.19 -
YUV 86.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 120 64 118 0 0.47 0.02 0.53 302.14 0.3 0.36
Hex 78 40 76 0 2F 2 35 12E 1E 24
Octal 170 100 166 0 57 2 65 456 36 44
Binary 1111000 1000000 1110110 0 101111 10 110101 100101110 11110 100100

Color Harmonies of #784076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784076

Black with #784076

Text Example


Text Example

White with #784076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784076; }

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

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

background-color css

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

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

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

border-color css

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

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

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