Html Css Color HEX #773275 Eminence

📋 copy color: '#773275'

red 119 ◦ green 50 ◦ blue 117

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

Shades of Eminence #773275

Tints of Eminence #773275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 41.61%
G = 17.48%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#773275 (or 0x773275) is known color: Eminence. HEX triplet: 77, 32 and 75. RGB value is (119,50,117). Sum of RGB (Red+Green+Blue) = 119+50+117=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #773275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773275 is #88CD8A. Grayscale: #4E4E4E. Windows color (decimal): -8965515 or 7680631. OLE color: 7680631.

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

Color convert

RGB 119 50 117 -
CMYK 0 0.58 0.02 0.53
HSL 301.74º 0.41% 0.33% -
HSV(B) 301.74º 0.58% 0.47% -
XYZ 11.96 7.49 17.64 -
YUV 78.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 119 50 117 0 0.58 0.02 0.53 301.74 0.41 0.33
Hex 77 32 75 0 3A 2 35 12E 29 21
Octal 167 62 165 0 72 2 65 456 51 41
Binary 1110111 110010 1110101 0 111010 10 110101 100101110 101001 100001

Color Harmonies of #773275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773275

Black with #773275

Text Example


Text Example

White with #773275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773275; }

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

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

background-color css

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

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

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

border-color css

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

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

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