#773458

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

Shades of Flirt #773458

Tints of Flirt #773458

Color information

#773458 (or 0x773458) is unknown color: approx Flirt. HEX triplet: 77, 34 and 58. RGB value is (119,52,88). Sum of RGB (Red+Green+Blue) = 119+52+88=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #773458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773458 is #88CBA7. Grayscale: #4C4C4C. Windows color (decimal): -8965032 or 5780599. OLE color: 5780599.

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

Color convert

RGB1195288-
CMYK00.560.260.53
HSL327.76º39.18%33.53%-
HSV(B)327.76º56.3%46.67%-
XYZ10.67.0810.04-
YUV76.14134.7158.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=45.95%
G=20.08%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119528800.560.260.53327.7639.1833.53
Hex7734580381A351482722
Octal1676413007032655104742
Binary11101111101001011000011100011010110101101001000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773458; }

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

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

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

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

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

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

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

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