Html Css Color HEX #784772 Eminence

📋 copy color: '#784772'

red 120 ◦ green 71 ◦ blue 114

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

Shades of Eminence #784772

Tints of Eminence #784772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 39.34%
G = 23.28%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#784772 (or 0x784772) is known color: Eminence. HEX triplet: 78, 47 and 72. RGB value is (120,71,114). Sum of RGB (Red+Green+Blue) = 120+71+114=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #784772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784772 is #87B88D. Grayscale: #5A5A5A. Windows color (decimal): -8894606 or 7489400. OLE color: 7489400.

HSL color Cylindrical-coordinate representation of color #784772: hue angle of 307.35º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #784772 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 71 114 -
CMYK 0 0.41 0.05 0.53
HSL 307.35º 0.26% 0.37% -
HSV(B) 307.35º 0.41% 0.47% -
XYZ 13.04 9.71 17.11 -
YUV 90.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 120 71 114 0 0.41 0.05 0.53 307.35 0.26 0.37
Hex 78 47 72 0 29 5 35 133 1A 25
Octal 170 107 162 0 51 5 65 463 32 45
Binary 1111000 1000111 1110010 0 101001 101 110101 100110011 11010 100101

Color Harmonies of #784772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784772

Black with #784772

Text Example


Text Example

White with #784772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784772; }

 p { color: rgb(120,71,114); }

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

background-color css

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

 a { background-color: rgb(120,71,114); }

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

border-color css

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

 span { border-color: rgb(120,71,114); }

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