Html Css Color HEX #773375 Eminence

📋 copy color: '#773375'

red 119 ◦ green 51 ◦ blue 117

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

Shades of Eminence #773375

Tints of Eminence #773375

RGB

 RED value IS 119 (46.88% from 255) = 41.46%

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 41.46%
G = 17.77%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#773375 (or 0x773375) is known color: Eminence. HEX triplet: 77, 33 and 75. RGB value is (119,51,117). Sum of RGB (Red+Green+Blue) = 119+51+117=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #773375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773375 is #88CC8A. Grayscale: #4E4E4E. Windows color (decimal): -8965259 or 7680887. OLE color: 7680887.

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

Color convert

RGB 119 51 117 -
CMYK 0 0.57 0.02 0.53
HSL 301.76º 0.4% 0.33% -
HSV(B) 301.76º 0.57% 0.47% -
XYZ 12 7.57 17.66 -
YUV 78.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 119 51 117 0 0.57 0.02 0.53 301.76 0.4 0.33
Hex 77 33 75 0 39 2 35 12E 28 21
Octal 167 63 165 0 71 2 65 456 50 41
Binary 1110111 110011 1110101 0 111001 10 110101 100101110 101000 100001

Color Harmonies of #773375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773375

Black with #773375

Text Example


Text Example

White with #773375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773375; }

 p { color: rgb(119,51,117); }

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

background-color css

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

 a { background-color: rgb(119,51,117); }

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

border-color css

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

 span { border-color: rgb(119,51,117); }

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