Html Css Color HEX #78426E Eminence

📋 copy color: '#78426E'

red 120 ◦ green 66 ◦ blue 110

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

Shades of Eminence #78426E

Tints of Eminence #78426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 40.54%
G = 22.3%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78426E (or 0x78426E) is known color: Eminence. HEX triplet: 78, 42 and 6E. RGB value is (120,66,110). Sum of RGB (Red+Green+Blue) = 120+66+110=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78426E is #87BD91. Grayscale: #575757. Windows color (decimal): -8895890 or 7225976. OLE color: 7225976.

HSL color Cylindrical-coordinate representation of color #78426E: hue angle of 311.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78426E is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 110 -
CMYK 0 0.45 0.08 0.53
HSL 311.11º 0.29% 0.36% -
HSV(B) 311.11º 0.45% 0.47% -
XYZ 12.51 9.02 15.83 -
YUV 87.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 120 66 110 0 0.45 0.08 0.53 311.11 0.29 0.36
Hex 78 42 6E 0 2D 8 35 137 1D 24
Octal 170 102 156 0 55 10 65 467 35 44
Binary 1111000 1000010 1101110 0 101101 1000 110101 100110111 11101 100100

Color Harmonies of #78426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78426E

Black with #78426E

Text Example


Text Example

White with #78426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78426E; }

 p { color: rgb(120,66,110); }

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

background-color css

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

 a { background-color: rgb(120,66,110); }

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

border-color css

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

 span { border-color: rgb(120,66,110); }

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