#77354B

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

Shades of Flirt #77354B

Tints of Flirt #77354B

Color information

#77354B (or 0x77354B) is unknown color: approx Flirt. HEX triplet: 77, 35 and 4B. RGB value is (119,53,75). Sum of RGB (Red+Green+Blue) = 119+53+75=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77354B is #88CAB4. Grayscale: #4B4B4B. Windows color (decimal): -8964789 or 4928887. OLE color: 4928887.

HSL color Cylindrical-coordinate representation of color #77354B: hue angle of 340º 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 #77354B is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1195375-
CMYK00.550.370.53
HSL340º38.37%33.73%-
HSV(B)340º55.46%46.67%-
XYZ10.156.987.47-
YUV75.24127.87159.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=48.18%
G=21.46%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119537500.550.370.5334038.3733.73
Hex77354B03725351542622
Octal1676511306745655244642
Binary111011111010110010110110111100101110101101010100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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