#773675

Color #773675 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #773675

Tints of Eminence #773675

Color information

#773675 (or 0x773675) is unknown color: approx Eminence. HEX triplet: 77, 36 and 75. RGB value is (119,54,117). Sum of RGB (Red+Green+Blue) = 119+54+117=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #773675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773675 is #88C98A. Grayscale: #505050. Windows color (decimal): -8964491 or 7681655. OLE color: 7681655.

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

Color convert

RGB11954117-
CMYK00.550.020.53
HSL301.85º37.57%33.92%-
HSV(B)301.85º54.62%46.67%-
XYZ12.147.8417.7-
YUV80.62148.53155.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=41.03%
G=18.62%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195411700.550.020.53301.8537.5733.92
Hex77367503723512e2622
Octal167661650672654564642
Binary11101111101101110101011011110110101100101110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773675; }

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

 H1.HeaderClassName
 {
   color: #773675;
 }
 .AnyTagClassName
 {
   color: #773675;
 }
</style>
background-color css

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

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

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

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

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

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