#773454

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

Shades of Flirt #773454

Tints of Flirt #773454

Color information

#773454 (or 0x773454) is unknown color: approx Flirt. HEX triplet: 77, 34 and 54. RGB value is (119,52,84). Sum of RGB (Red+Green+Blue) = 119+52+84=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #773454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773454 is #88CBAB. Grayscale: #4B4B4B. Windows color (decimal): -8965036 or 5518455. OLE color: 5518455.

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

Color convert

RGB1195284-
CMYK00.560.290.53
HSL331.34º39.18%33.53%-
HSV(B)331.34º56.3%46.67%-
XYZ10.447.029.19-
YUV75.68132.7158.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=46.67%
G=20.39%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119528400.560.290.53331.3439.1833.53
Hex7734540381D3514b2722
Octal1676412407035655134742
Binary11101111101001010100011100011101110101101001011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773454; }

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

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

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

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

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

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

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

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