Html Css Color HEX #783775 Eminence

📋 copy color: '#783775'

red 120 ◦ green 55 ◦ blue 117

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

Shades of Eminence #783775

Tints of Eminence #783775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

 BLUE value IS 117 (46.09% from 255) = 40.07%

R = 41.1%
G = 18.84%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#783775 (or 0x783775) is known color: Eminence. HEX triplet: 78, 37 and 75. RGB value is (120,55,117). Sum of RGB (Red+Green+Blue) = 120+55+117=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #783775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783775 is #87C88A. Grayscale: #515151. Windows color (decimal): -8898699 or 7681912. OLE color: 7681912.

HSL color Cylindrical-coordinate representation of color #783775: hue angle of 302.77º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #783775 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 117 -
CMYK 0 0.54 0.02 0.53
HSL 302.77º 0.37% 0.34% -
HSV(B) 302.77º 0.54% 0.47% -
XYZ 12.32 8.01 17.73 -
YUV 81.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 120 55 117 0 0.54 0.02 0.53 302.77 0.37 0.34
Hex 78 37 75 0 36 2 35 12F 25 22
Octal 170 67 165 0 66 2 65 457 45 42
Binary 1111000 110111 1110101 0 110110 10 110101 100101111 100101 100010

Color Harmonies of #783775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783775

Black with #783775

Text Example


Text Example

White with #783775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783775; }

 p { color: rgb(120,55,117); }

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

background-color css

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

 a { background-color: rgb(120,55,117); }

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

border-color css

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

 span { border-color: rgb(120,55,117); }

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