Html Css Color HEX #773372 Eminence

📋 copy color: '#773372'

red 119 ◦ green 51 ◦ blue 114

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

Shades of Eminence #773372

Tints of Eminence #773372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 41.9%
G = 17.96%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#773372 (or 0x773372) is known color: Eminence. HEX triplet: 77, 33 and 72. RGB value is (119,51,114). Sum of RGB (Red+Green+Blue) = 119+51+114=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #773372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773372 is #88CC8D. Grayscale: #4E4E4E. Windows color (decimal): -8965262 or 7484279. OLE color: 7484279.

HSL color Cylindrical-coordinate representation of color #773372: hue angle of 304.41º 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 #773372 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 114 -
CMYK 0 0.57 0.04 0.53
HSL 304.41º 0.4% 0.33% -
HSV(B) 304.41º 0.57% 0.47% -
XYZ 11.83 7.5 16.74 -
YUV 78.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 119 51 114 0 0.57 0.04 0.53 304.41 0.4 0.33
Hex 77 33 72 0 39 4 35 130 28 21
Octal 167 63 162 0 71 4 65 460 50 41
Binary 1110111 110011 1110010 0 111001 100 110101 100110000 101000 100001

Color Harmonies of #773372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773372

Black with #773372

Text Example


Text Example

White with #773372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773372; }

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

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

background-color css

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

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

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

border-color css

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

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

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