#773953

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

Shades of Flirt #773953

Tints of Flirt #773953

Color information

#773953 (or 0x773953) is unknown color: approx Flirt. HEX triplet: 77, 39 and 53. RGB value is (119,57,83). Sum of RGB (Red+Green+Blue) = 119+57+83=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #773953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773953 is #88C6AC. Grayscale: #4E4E4E. Windows color (decimal): -8963757 or 5454199. OLE color: 5454199.

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

Color convert

RGB1195783-
CMYK00.520.300.53
HSL334.84º35.23%34.51%-
HSV(B)334.84º52.1%46.67%-
XYZ10.637.479.07-
YUV78.5130.54156.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=45.95%
G=22.01%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119578300.520.300.53334.8435.2334.51
Hex7739530341E3514f2323
Octal1677112306436655174343
Binary11101111110011010011011010011110110101101001111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773953; }

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

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

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

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

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

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

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

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