#77344A

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

Shades of Flirt #77344A

Tints of Flirt #77344A

Color information

#77344A (or 0x77344A) is unknown color: approx Flirt. HEX triplet: 77, 34 and 4A. RGB value is (119,52,74). Sum of RGB (Red+Green+Blue) = 119+52+74=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77344A is #88CBB5. Grayscale: #4A4A4A. Windows color (decimal): -8965046 or 4863095. OLE color: 4863095.

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

Color convert

RGB1195274-
CMYK00.560.380.53
HSL340.3º39.18%33.53%-
HSV(B)340.3º56.3%46.67%-
XYZ10.076.877.27-
YUV74.54127.7159.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=48.57%
G=21.22%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119527400.560.380.53340.339.1833.53
Hex77344A03826351542722
Octal1676411207046655244742
Binary111011111010010010100111000100110110101101010100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77344A; }

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

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

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

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

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

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

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

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