Html Css Color HEX #773175 Eminence

📋 copy color: '#773175'

red 119 ◦ green 49 ◦ blue 117

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

Shades of Eminence #773175

Tints of Eminence #773175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

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

R = 41.75%
G = 17.19%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#773175 (or 0x773175) is known color: Eminence. HEX triplet: 77, 31 and 75. RGB value is (119,49,117). Sum of RGB (Red+Green+Blue) = 119+49+117=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #773175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773175 is #88CE8A. Grayscale: #4D4D4D. Windows color (decimal): -8965771 or 7680375. OLE color: 7680375.

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

Color convert

RGB 119 49 117 -
CMYK 0 0.59 0.02 0.53
HSL 301.71º 0.42% 0.33% -
HSV(B) 301.71º 0.59% 0.47% -
XYZ 11.92 7.4 17.63 -
YUV 77.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 119 49 117 0 0.59 0.02 0.53 301.71 0.42 0.33
Hex 77 31 75 0 3B 2 35 12E 2A 21
Octal 167 61 165 0 73 2 65 456 52 41
Binary 1110111 110001 1110101 0 111011 10 110101 100101110 101010 100001

Color Harmonies of #773175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773175

Black with #773175

Text Example


Text Example

White with #773175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773175; }

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

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

background-color css

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

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

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

border-color css

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

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

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