Html Css Color HEX #784874 Eminence

📋 copy color: '#784874'

red 120 ◦ green 72 ◦ blue 116

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

Shades of Eminence #784874

Tints of Eminence #784874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.38%

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 38.96%
G = 23.38%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#784874 (or 0x784874) is known color: Eminence. HEX triplet: 78, 48 and 74. RGB value is (120,72,116). Sum of RGB (Red+Green+Blue) = 120+72+116=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #784874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784874 is #87B78B. Grayscale: #5B5B5B. Windows color (decimal): -8894348 or 7620728. OLE color: 7620728.

HSL color Cylindrical-coordinate representation of color #784874: hue angle of 305º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784874 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 72 116 -
CMYK 0 0.40 0.03 0.53
HSL 305º 0.25% 0.38% -
HSV(B) 305º 0.4% 0.47% -
XYZ 13.22 9.89 17.74 -
YUV 91.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 120 72 116 0 0.40 0.03 0.53 305 0.25 0.38
Hex 78 48 74 0 28 3 35 131 19 26
Octal 170 110 164 0 50 3 65 461 31 46
Binary 1111000 1001000 1110100 0 101000 11 110101 100110001 11001 100110

Color Harmonies of #784874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784874

Black with #784874

Text Example


Text Example

White with #784874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784874; }

 p { color: rgb(120,72,116); }

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

background-color css

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

 a { background-color: rgb(120,72,116); }

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

border-color css

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

 span { border-color: rgb(120,72,116); }

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