#773850

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

Shades of Flirt #773850

Tints of Flirt #773850

Color information

#773850 (or 0x773850) is unknown color: approx Flirt. HEX triplet: 77, 38 and 50. RGB value is (119,56,80). Sum of RGB (Red+Green+Blue) = 119+56+80=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #773850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773850 is #88C7AF. Grayscale: #4D4D4D. Windows color (decimal): -8964016 or 5257335. OLE color: 5257335.

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

Color convert

RGB1195680-
CMYK00.530.330.53
HSL337.14º36%34.31%-
HSV(B)337.14º52.94%46.67%-
XYZ10.477.338.45-
YUV77.57129.37157.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=46.67%
G=21.96%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119568000.530.330.53337.143634.31
Hex77385003521351512422
Octal1677012006541655214442
Binary111011111100010100000110101100001110101101010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773850; }

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

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

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

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

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

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

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

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