#773956

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

Shades of Flirt #773956

Tints of Flirt #773956

Color information

#773956 (or 0x773956) is unknown color: approx Flirt. HEX triplet: 77, 39 and 56. RGB value is (119,57,86). Sum of RGB (Red+Green+Blue) = 119+57+86=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #773956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773956 is #88C6A9. Grayscale: #4E4E4E. Windows color (decimal): -8963754 or 5650807. OLE color: 5650807.

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

Color convert

RGB1195786-
CMYK00.520.280.53
HSL331.94º35.23%34.51%-
HSV(B)331.94º52.1%46.67%-
XYZ10.757.529.69-
YUV78.84132.04156.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=45.42%
G=21.76%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119578600.520.280.53331.9435.2334.51
Hex7739560341C3514c2323
Octal1677112606434655144343
Binary11101111110011010110011010011100110101101001100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773956; }

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

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

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

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

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

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

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

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