Html Css Color HEX #784872 Eminence

📋 copy color: '#784872'

red 120 ◦ green 72 ◦ blue 114

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

Shades of Eminence #784872

Tints of Eminence #784872

RGB

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

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

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

R = 39.22%
G = 23.53%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#784872 (or 0x784872) is known color: Eminence. HEX triplet: 78, 48 and 72. RGB value is (120,72,114). Sum of RGB (Red+Green+Blue) = 120+72+114=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #784872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784872 is #87B78D. Grayscale: #5B5B5B. Windows color (decimal): -8894350 or 7489656. OLE color: 7489656.

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

Color convert

RGB 120 72 114 -
CMYK 0 0.40 0.05 0.53
HSL 307.5º 0.25% 0.38% -
HSV(B) 307.5º 0.4% 0.47% -
XYZ 13.1 9.84 17.13 -
YUV 91.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 120 72 114 0 0.40 0.05 0.53 307.5 0.25 0.38
Hex 78 48 72 0 28 5 35 134 19 26
Octal 170 110 162 0 50 5 65 464 31 46
Binary 1111000 1001000 1110010 0 101000 101 110101 100110100 11001 100110

Color Harmonies of #784872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784872

Black with #784872

Text Example


Text Example

White with #784872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784872; }

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

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

background-color css

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

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

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

border-color css

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

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

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