Html Css Color HEX #784472 Eminence

📋 copy color: '#784472'

red 120 ◦ green 68 ◦ blue 114

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

Shades of Eminence #784472

Tints of Eminence #784472

RGB

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

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

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

R = 39.74%
G = 22.52%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#784472 (or 0x784472) is known color: Eminence. HEX triplet: 78, 44 and 72. RGB value is (120,68,114). Sum of RGB (Red+Green+Blue) = 120+68+114=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #784472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784472 is #87BB8D. Grayscale: #585858. Windows color (decimal): -8895374 or 7488632. OLE color: 7488632.

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

Color convert

RGB 120 68 114 -
CMYK 0 0.43 0.05 0.53
HSL 306.92º 0.28% 0.37% -
HSV(B) 306.92º 0.43% 0.47% -
XYZ 12.85 9.34 17.05 -
YUV 88.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 120 68 114 0 0.43 0.05 0.53 306.92 0.28 0.37
Hex 78 44 72 0 2B 5 35 133 1C 25
Octal 170 104 162 0 53 5 65 463 34 45
Binary 1111000 1000100 1110010 0 101011 101 110101 100110011 11100 100101

Color Harmonies of #784472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784472

Black with #784472

Text Example


Text Example

White with #784472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784472; }

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

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

background-color css

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

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

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

border-color css

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

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

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