#773154

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

Shades of Flirt #773154

Tints of Flirt #773154

Color information

#773154 (or 0x773154) is unknown color: approx Flirt. HEX triplet: 77, 31 and 54. RGB value is (119,49,84). Sum of RGB (Red+Green+Blue) = 119+49+84=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #773154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773154 is #88CEAB. Grayscale: #494949. Windows color (decimal): -8965804 or 5517687. OLE color: 5517687.

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

Color convert

RGB1194984-
CMYK00.590.290.53
HSL330º41.67%32.94%-
HSV(B)330º58.82%46.67%-
XYZ10.316.769.15-
YUV73.92133.69160.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=47.22%
G=19.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119498400.590.290.5333041.6732.94
Hex77315403B1D3514a2a21
Octal1676112407335655125241
Binary11101111100011010100011101111101110101101001010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773154; }

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

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

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

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

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

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

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

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