Html Css Color HEX #784077 Eminence

📋 copy color: '#784077'

red 120 ◦ green 64 ◦ blue 119

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

Shades of Eminence #784077

Tints of Eminence #784077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 39.6%
G = 21.12%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#784077 (or 0x784077) is known color: Eminence. HEX triplet: 78, 40 and 77. RGB value is (120,64,119). Sum of RGB (Red+Green+Blue) = 120+64+119=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #784077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784077 is #87BF88. Grayscale: #565656. Windows color (decimal): -8896393 or 7815288. OLE color: 7815288.

HSL color Cylindrical-coordinate representation of color #784077: hue angle of 301.07º 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 #784077 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 64 119 -
CMYK 0 0.47 0.01 0.53
HSL 301.07º 0.3% 0.36% -
HSV(B) 301.07º 0.47% 0.47% -
XYZ 12.91 8.99 18.51 -
YUV 87.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 120 64 119 0 0.47 0.01 0.53 301.07 0.3 0.36
Hex 78 40 77 0 2F 1 35 12D 1E 24
Octal 170 100 167 0 57 1 65 455 36 44
Binary 1111000 1000000 1110111 0 101111 1 110101 100101101 11110 100100

Color Harmonies of #784077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784077

Black with #784077

Text Example


Text Example

White with #784077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784077; }

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

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

background-color css

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

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

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

border-color css

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

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

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