#773158

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

Shades of Flirt #773158

Tints of Flirt #773158

Color information

#773158 (or 0x773158) is unknown color: approx Flirt. HEX triplet: 77, 31 and 58. RGB value is (119,49,88). Sum of RGB (Red+Green+Blue) = 119+49+88=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773158 is #88CEA7. Grayscale: #4A4A4A. Windows color (decimal): -8965800 or 5779831. OLE color: 5779831.

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

Color convert

RGB1194988-
CMYK00.590.260.53
HSL326.57º41.67%32.94%-
HSV(B)326.57º58.82%46.67%-
XYZ10.476.8210-
YUV74.38135.69159.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=46.48%
G=19.14%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119498800.590.260.53326.5741.6732.94
Hex77315803B1A351472a21
Octal1676113007332655075241
Binary11101111100011011000011101111010110101101000111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773158; }

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

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

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

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

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

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

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

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