#773756

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

Shades of Flirt #773756

Tints of Flirt #773756

Color information

#773756 (or 0x773756) is unknown color: approx Flirt. HEX triplet: 77, 37 and 56. RGB value is (119,55,86). Sum of RGB (Red+Green+Blue) = 119+55+86=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #773756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773756 is #88C8A9. Grayscale: #4D4D4D. Windows color (decimal): -8964266 or 5650295. OLE color: 5650295.

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

Color convert

RGB1195586-
CMYK00.540.280.53
HSL330.94º36.78%34.12%-
HSV(B)330.94º53.78%46.67%-
XYZ10.657.339.66-
YUV77.67132.7157.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=45.77%
G=21.15%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119558600.540.280.53330.9436.7834.12
Hex7737560361C3514b2522
Octal1676712606634655134542
Binary11101111101111010110011011011100110101101001011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773756; }

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

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

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

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

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

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

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

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