#773755

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

Shades of Flirt #773755

Tints of Flirt #773755

Color information

#773755 (or 0x773755) is unknown color: approx Flirt. HEX triplet: 77, 37 and 55. RGB value is (119,55,85). Sum of RGB (Red+Green+Blue) = 119+55+85=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #773755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773755 is #88C8AA. Grayscale: #4D4D4D. Windows color (decimal): -8964267 or 5584759. OLE color: 5584759.

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

Color convert

RGB1195585-
CMYK00.540.290.53
HSL331.88º36.78%34.12%-
HSV(B)331.88º53.78%46.67%-
XYZ10.617.319.45-
YUV77.56132.2157.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=45.95%
G=21.24%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119558500.540.290.53331.8836.7834.12
Hex7737550361D3514c2522
Octal1676712506635655144542
Binary11101111101111010101011011011101110101101001100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773755; }

 p { color: rgb(119,55,85); }

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

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

 a { background-color: rgb(119,55,85); }

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

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

 span { border-color: rgb(119,55,85); }

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