Html Css Color HEX #78447A Eminence

📋 copy color: '#78447A'

red 120 ◦ green 68 ◦ blue 122

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

Shades of Eminence #78447A

Tints of Eminence #78447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

 BLUE value IS 122 (48.05% from 255) = 39.35%

R = 38.71%
G = 21.94%
B = 39.35%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78447A (or 0x78447A) is known color: Eminence. HEX triplet: 78, 44 and 7A. RGB value is (120,68,122). Sum of RGB (Red+Green+Blue) = 120+68+122=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #78447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78447A is #87BB85. Grayscale: #595959. Windows color (decimal): -8895366 or 8012920. OLE color: 8012920.

HSL color Cylindrical-coordinate representation of color #78447A: hue angle of 297.78º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78447A is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 68 122 -
CMYK 0.02 0.44 0 0.52
HSL 297.78º 0.28% 0.37% -
HSV(B) 297.78º 0.44% 0.48% -
XYZ 13.33 9.53 19.55 -
YUV 89.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 120 68 122 0.02 0.44 0 0.52 297.78 0.28 0.37
Hex 78 44 7A 2 2C 0 34 12A 1C 25
Octal 170 104 172 2 54 0 64 452 34 45
Binary 1111000 1000100 1111010 10 101100 0 110100 100101010 11100 100101

Color Harmonies of #78447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78447A

Black with #78447A

Text Example


Text Example

White with #78447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78447A; }

 p { color: rgb(120,68,122); }

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

background-color css

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

 a { background-color: rgb(120,68,122); }

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

border-color css

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

 span { border-color: rgb(120,68,122); }

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