#773558

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

Shades of Flirt #773558

Tints of Flirt #773558

Color information

#773558 (or 0x773558) is unknown color: approx Flirt. HEX triplet: 77, 35 and 58. RGB value is (119,53,88). Sum of RGB (Red+Green+Blue) = 119+53+88=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #773558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773558 is #88CAA7. Grayscale: #4C4C4C. Windows color (decimal): -8964776 or 5780855. OLE color: 5780855.

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

Color convert

RGB1195388-
CMYK00.550.260.53
HSL328.18º38.37%33.73%-
HSV(B)328.18º55.46%46.67%-
XYZ10.647.1710.06-
YUV76.72134.37158.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=45.77%
G=20.38%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119538800.550.260.53328.1838.3733.73
Hex7735580371A351482622
Octal1676513006732655104642
Binary11101111101011011000011011111010110101101001000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773558; }

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

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

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

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

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

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

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

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