Html Css Color HEX #78426F Eminence

📋 copy color: '#78426F'

red 120 ◦ green 66 ◦ blue 111

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

Shades of Eminence #78426F

Tints of Eminence #78426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 40.4%
G = 22.22%
B = 37.37%

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

#78426F (or 0x78426F) is known color: Eminence. HEX triplet: 78, 42 and 6F. RGB value is (120,66,111). Sum of RGB (Red+Green+Blue) = 120+66+111=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78426F is #87BD90. Grayscale: #575757. Windows color (decimal): -8895889 or 7291512. OLE color: 7291512.

HSL color Cylindrical-coordinate representation of color #78426F: hue angle of 310º 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 #78426F is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 111 -
CMYK 0 0.45 0.08 0.53
HSL 310º 0.29% 0.36% -
HSV(B) 310º 0.45% 0.47% -
XYZ 12.56 9.04 16.12 -
YUV 87.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 120 66 111 0 0.45 0.08 0.53 310 0.29 0.36
Hex 78 42 6F 0 2D 8 35 136 1D 24
Octal 170 102 157 0 55 10 65 466 35 44
Binary 1111000 1000010 1101111 0 101101 1000 110101 100110110 11101 100100

Color Harmonies of #78426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78426F

Black with #78426F

Text Example


Text Example

White with #78426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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