#77354A

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

Shades of Flirt #77354A

Tints of Flirt #77354A

Color information

#77354A (or 0x77354A) is unknown color: approx Flirt. HEX triplet: 77, 35 and 4A. RGB value is (119,53,74). Sum of RGB (Red+Green+Blue) = 119+53+74=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77354A is #88CAB5. Grayscale: #4B4B4B. Windows color (decimal): -8964790 or 4863351. OLE color: 4863351.

HSL color Cylindrical-coordinate representation of color #77354A: hue angle of 340.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77354A is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1195374-
CMYK00.550.380.53
HSL340.91º38.37%33.73%-
HSV(B)340.91º55.46%46.67%-
XYZ10.126.967.29-
YUV75.13127.37159.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=48.37%
G=21.54%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119537400.550.380.53340.9138.3733.73
Hex77354A03726351552622
Octal1676511206746655254642
Binary111011111010110010100110111100110110101101010101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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