#77374E

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

Shades of Flirt #77374E

Tints of Flirt #77374E

Color information

#77374E (or 0x77374E) is unknown color: approx Flirt. HEX triplet: 77, 37 and 4E. RGB value is (119,55,78). Sum of RGB (Red+Green+Blue) = 119+55+78=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77374E is #88C8B1. Grayscale: #4C4C4C. Windows color (decimal): -8964274 or 5126007. OLE color: 5126007.

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

Color convert

RGB1195578-
CMYK00.540.340.53
HSL338.44º36.78%34.12%-
HSV(B)338.44º53.78%46.67%-
XYZ10.357.28.05-
YUV76.76128.7158.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=47.22%
G=21.83%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119557800.540.340.53338.4436.7834.12
Hex77374E03622351522522
Octal1676711606642655224542
Binary111011111011110011100110110100010110101101010010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77374E; }

 p { color: rgb(119,55,78); }

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

<style>
 a { background-color: #77374E; }

 a { background-color: rgb(119,55,78); }

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

<style>
 span { border-color: #77374E; }

 span { border-color: rgb(119,55,78); }

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