#773A5A

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

Shades of Flirt #773A5A

Tints of Flirt #773A5A

Color information

#773A5A (or 0x773A5A) is unknown color: approx Flirt. HEX triplet: 77, 3A and 5A. RGB value is (119,58,90). Sum of RGB (Red+Green+Blue) = 119+58+90=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #773A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A5A is #88C5A5. Grayscale: #4F4F4F. Windows color (decimal): -8963494 or 5913207. OLE color: 5913207.

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

Color convert

RGB1195890-
CMYK00.510.240.53
HSL328.52º34.46%34.71%-
HSV(B)328.52º51.26%46.67%-
XYZ10.977.6910.58-
YUV79.89133.71155.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=44.57%
G=21.72%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119589000.510.240.53328.5234.4634.71
Hex773A5A03318351492223
Octal1677213206330655114243
Binary11101111110101011010011001111000110101101001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773A5A; }

 p { color: rgb(119,58,90); }

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

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

 a { background-color: rgb(119,58,90); }

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

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

 span { border-color: rgb(119,58,90); }

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