#772853

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

Shades of Flirt #772853

Tints of Flirt #772853

Color information

#772853 (or 0x772853) is unknown color: approx Flirt. HEX triplet: 77, 28 and 53. RGB value is (119,40,83). Sum of RGB (Red+Green+Blue) = 119+40+83=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #772853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772853 is #88D7AC. Grayscale: #444444. Windows color (decimal): -8968109 or 5449847. OLE color: 5449847.

HSL color Cylindrical-coordinate representation of color #772853: hue angle of 327.34º degrees, saturation: 0.5, 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 #772853 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1194083-
CMYK00.660.300.53
HSL327.34º49.69%31.18%-
HSV(B)327.34º66.39%46.67%-
XYZ9.936.068.83-
YUV68.52136.17164-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 83 (32.81% from 255) = 34.30%
R=49.17%
G=16.53%
B=34.30%

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
Decimal119408300.660.300.53327.3449.6931.18
Hex7728530421E35147321f
Octal16750123010236655076237
Binary11101111010001010011010000101111011010110100011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772853; }

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

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

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

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

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

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

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

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