#773650

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

Shades of Flirt #773650

Tints of Flirt #773650

Color information

#773650 (or 0x773650) is unknown color: approx Flirt. HEX triplet: 77, 36 and 50. RGB value is (119,54,80). Sum of RGB (Red+Green+Blue) = 119+54+80=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #773650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773650 is #88C9AF. Grayscale: #4C4C4C. Windows color (decimal): -8964528 or 5256823. OLE color: 5256823.

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

Color convert

RGB1195480-
CMYK00.550.330.53
HSL336º37.57%33.92%-
HSV(B)336º54.62%46.67%-
XYZ10.377.148.42-
YUV76.4130.03158.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=47.04%
G=21.34%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119548000.550.330.5333637.5733.92
Hex77365003721351502622
Octal1676612006741655204642
Binary111011111011010100000110111100001110101101010000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773650; }

 p { color: rgb(119,54,80); }

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

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

 a { background-color: rgb(119,54,80); }

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

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

 span { border-color: rgb(119,54,80); }

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