#772953

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

Shades of Flirt #772953

Tints of Flirt #772953

Color information

#772953 (or 0x772953) is unknown color: approx Flirt. HEX triplet: 77, 29 and 53. RGB value is (119,41,83). Sum of RGB (Red+Green+Blue) = 119+41+83=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #772953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772953 is #88D6AC. Grayscale: #454545. Windows color (decimal): -8967853 or 5450103. OLE color: 5450103.

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

Color convert

RGB1194183-
CMYK00.660.300.53
HSL327.69º48.75%31.37%-
HSV(B)327.69º65.55%46.67%-
XYZ9.966.138.84-
YUV69.11135.84163.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=48.97%
G=16.87%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119418300.660.300.53327.6948.7531.37
Hex7729530421E35148311f
Octal16751123010236655106137
Binary11101111010011010011010000101111011010110100100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772953; }

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

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

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

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

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

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

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

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