#77364B

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

Shades of Flirt #77364B

Tints of Flirt #77364B

Color information

#77364B (or 0x77364B) is unknown color: approx Flirt. HEX triplet: 77, 36 and 4B. RGB value is (119,54,75). Sum of RGB (Red+Green+Blue) = 119+54+75=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77364B is #88C9B4. Grayscale: #4B4B4B. Windows color (decimal): -8964533 or 4929143. OLE color: 4929143.

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

Color convert

RGB1195475-
CMYK00.550.370.53
HSL340.62º37.57%33.92%-
HSV(B)340.62º54.62%46.67%-
XYZ10.27.077.48-
YUV75.83127.53158.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=47.98%
G=21.77%
B=30.24%

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
Decimal119547500.550.370.53340.6237.5733.92
Hex77364B03725351552622
Octal1676611306745655254642
Binary111011111011010010110110111100101110101101010101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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