Html Css Color HEX #78466E Eminence

📋 copy color: '#78466E'

red 120 ◦ green 70 ◦ blue 110

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

Shades of Eminence #78466E

Tints of Eminence #78466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

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

R = 40%
G = 23.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78466E (or 0x78466E) is known color: Eminence. HEX triplet: 78, 46 and 6E. RGB value is (120,70,110). Sum of RGB (Red+Green+Blue) = 120+70+110=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #78466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78466E is #87B991. Grayscale: #595959. Windows color (decimal): -8894866 or 7227000. OLE color: 7227000.

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

Color convert

RGB 120 70 110 -
CMYK 0 0.42 0.08 0.53
HSL 312º 0.26% 0.37% -
HSV(B) 312º 0.42% 0.47% -
XYZ 12.75 9.5 15.91 -
YUV 89.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 120 70 110 0 0.42 0.08 0.53 312 0.26 0.37
Hex 78 46 6E 0 2A 8 35 138 1A 25
Octal 170 106 156 0 52 10 65 470 32 45
Binary 1111000 1000110 1101110 0 101010 1000 110101 100111000 11010 100101

Color Harmonies of #78466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78466E

Black with #78466E

Text Example


Text Example

White with #78466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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