Html Css Color HEX #78466D Eminence

📋 copy color: '#78466D'

red 120 ◦ green 70 ◦ blue 109

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

Shades of Eminence #78466D

Tints of Eminence #78466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 40.13%
G = 23.41%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78466D (or 0x78466D) is known color: Eminence. HEX triplet: 78, 46 and 6D. RGB value is (120,70,109). Sum of RGB (Red+Green+Blue) = 120+70+109=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #78466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78466D is #87B992. Grayscale: #595959. Windows color (decimal): -8894867 or 7161464. OLE color: 7161464.

HSL color Cylindrical-coordinate representation of color #78466D: hue angle of 313.2º 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 #78466D is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 70 109 -
CMYK 0 0.42 0.09 0.53
HSL 313.2º 0.26% 0.37% -
HSV(B) 313.2º 0.42% 0.47% -
XYZ 12.7 9.48 15.63 -
YUV 89.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 120 70 109 0 0.42 0.09 0.53 313.2 0.26 0.37
Hex 78 46 6D 0 2A 9 35 139 1A 25
Octal 170 106 155 0 52 11 65 471 32 45
Binary 1111000 1000110 1101101 0 101010 1001 110101 100111001 11010 100101

Color Harmonies of #78466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78466D

Black with #78466D

Text Example


Text Example

White with #78466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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