#772753

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

Shades of Flirt #772753

Tints of Flirt #772753

Color information

#772753 (or 0x772753) is unknown color: approx Flirt. HEX triplet: 77, 27 and 53. RGB value is (119,39,83). Sum of RGB (Red+Green+Blue) = 119+39+83=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #772753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772753 is #88D8AC. Grayscale: #434343. Windows color (decimal): -8968365 or 5449591. OLE color: 5449591.

HSL color Cylindrical-coordinate representation of color #772753: hue angle of 327º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #772753 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1193983-
CMYK00.670.300.53
HSL327º50.63%30.98%-
HSV(B)327º67.23%46.67%-
XYZ9.8968.82-
YUV67.94136.5164.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 83 (32.81% from 255) = 34.44%
R=49.38%
G=16.18%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119398300.670.300.5332750.6330.98
Hex7727530431E35147331f
Octal16747123010336655076337
Binary11101111001111010011010000111111011010110100011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772753; }

 p { color: rgb(119,39,83); }

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

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

 a { background-color: rgb(119,39,83); }

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

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

 span { border-color: rgb(119,39,83); }

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