#77315C

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

Shades of Flirt #77315C

Tints of Flirt #77315C

Color information

#77315C (or 0x77315C) is unknown color: approx Flirt. HEX triplet: 77, 31 and 5C. RGB value is (119,49,92). Sum of RGB (Red+Green+Blue) = 119+49+92=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77315C is #88CEA3. Grayscale: #4A4A4A. Windows color (decimal): -8965796 or 6041975. OLE color: 6041975.

HSL color Cylindrical-coordinate representation of color #77315C: hue angle of 323.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77315C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1194992-
CMYK00.590.230.53
HSL323.14º41.67%32.94%-
HSV(B)323.14º58.82%46.67%-
XYZ10.646.8910.89-
YUV74.83137.69159.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=45.77%
G=18.85%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119499200.590.230.53323.1441.6732.94
Hex77315C03B17351432a21
Octal1676113407327655035241
Binary11101111100011011100011101110111110101101000011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77315C; }

 p { color: rgb(119,49,92); }

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

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

 a { background-color: rgb(119,49,92); }

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

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

 span { border-color: rgb(119,49,92); }

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