#773950

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

Shades of Flirt #773950

Tints of Flirt #773950

Color information

#773950 (or 0x773950) is unknown color: approx Flirt. HEX triplet: 77, 39 and 50. RGB value is (119,57,80). Sum of RGB (Red+Green+Blue) = 119+57+80=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773950 is #88C6AF. Grayscale: #4E4E4E. Windows color (decimal): -8963760 or 5257591. OLE color: 5257591.

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

Color convert

RGB1195780-
CMYK00.520.330.53
HSL337.74º35.23%34.51%-
HSV(B)337.74º52.1%46.67%-
XYZ10.527.438.47-
YUV78.16129.04157.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=46.48%
G=22.27%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119578000.520.330.53337.7435.2334.51
Hex77395003421351522323
Octal1677112006441655224343
Binary111011111100110100000110100100001110101101010010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773950; }

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

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

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

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

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

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

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

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