#77354F

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

Shades of Flirt #77354F

Tints of Flirt #77354F

Color information

#77354F (or 0x77354F) is unknown color: approx Flirt. HEX triplet: 77, 35 and 4F. RGB value is (119,53,79). Sum of RGB (Red+Green+Blue) = 119+53+79=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77354F is #88CAB0. Grayscale: #4B4B4B. Windows color (decimal): -8964785 or 5191031. OLE color: 5191031.

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

Color convert

RGB1195379-
CMYK00.550.340.53
HSL336.36º38.37%33.73%-
HSV(B)336.36º55.46%46.67%-
XYZ10.297.038.21-
YUV75.7129.87158.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=47.41%
G=21.12%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119537900.550.340.53336.3638.3733.73
Hex77354F03722351502622
Octal1676511706742655204642
Binary111011111010110011110110111100010110101101010000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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