#77345D

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

Shades of Flirt #77345D

Tints of Flirt #77345D

Color information

#77345D (or 0x77345D) is unknown color: approx Flirt. HEX triplet: 77, 34 and 5D. RGB value is (119,52,93). Sum of RGB (Red+Green+Blue) = 119+52+93=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77345D is #88CBA2. Grayscale: #4C4C4C. Windows color (decimal): -8965027 or 6108279. OLE color: 6108279.

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

Color convert

RGB1195293-
CMYK00.560.220.53
HSL323.28º39.18%33.53%-
HSV(B)323.28º56.3%46.67%-
XYZ10.817.1711.17-
YUV76.71137.2158.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=45.08%
G=19.70%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119529300.560.220.53323.2839.1833.53
Hex77345D03816351432722
Octal1676413507026655034742
Binary11101111101001011101011100010110110101101000011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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