#77345E

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

Shades of Flirt #77345E

Tints of Flirt #77345E

Color information

#77345E (or 0x77345E) is unknown color: approx Flirt. HEX triplet: 77, 34 and 5E. RGB value is (119,52,94). Sum of RGB (Red+Green+Blue) = 119+52+94=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77345E is #88CBA1. Grayscale: #4C4C4C. Windows color (decimal): -8965026 or 6173815. OLE color: 6173815.

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

Color convert

RGB1195294-
CMYK00.560.210.53
HSL322.39º39.18%33.53%-
HSV(B)322.39º56.3%46.67%-
XYZ10.867.1911.4-
YUV76.82137.7158.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=44.91%
G=19.62%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119529400.560.210.53322.3939.1833.53
Hex77345E03815351422722
Octal1676413607025655024742
Binary11101111101001011110011100010101110101101000010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77345E; }

 p { color: rgb(119,52,94); }

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

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

 a { background-color: rgb(119,52,94); }

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

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

 span { border-color: rgb(119,52,94); }

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