#773856

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

Shades of Flirt #773856

Tints of Flirt #773856

Color information

#773856 (or 0x773856) is unknown color: approx Flirt. HEX triplet: 77, 38 and 56. RGB value is (119,56,86). Sum of RGB (Red+Green+Blue) = 119+56+86=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #773856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773856 is #88C7A9. Grayscale: #4E4E4E. Windows color (decimal): -8964010 or 5650551. OLE color: 5650551.

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

Color convert

RGB1195686-
CMYK00.530.280.53
HSL331.43º36%34.31%-
HSV(B)331.43º52.94%46.67%-
XYZ10.77.429.67-
YUV78.26132.37157.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=45.59%
G=21.46%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119568600.530.280.53331.433634.31
Hex7738560351C3514b2422
Octal1677012606534655134442
Binary11101111110001010110011010111100110101101001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773856; }

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

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

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

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

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

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

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

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