#77284C

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

Shades of Flirt #77284C

Tints of Flirt #77284C

Color information

#77284C (or 0x77284C) is unknown color: approx Flirt. HEX triplet: 77, 28 and 4C. RGB value is (119,40,76). Sum of RGB (Red+Green+Blue) = 119+40+76=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77284C is #88D7B3. Grayscale: #434343. Windows color (decimal): -8968116 or 4991095. OLE color: 4991095.

HSL color Cylindrical-coordinate representation of color #77284C: hue angle of 332.66º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77284C is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1194076-
CMYK00.660.360.53
HSL332.66º49.69%31.18%-
HSV(B)332.66º66.39%46.67%-
XYZ9.675.967.48-
YUV67.72132.67164.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=50.64%
G=17.02%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119407600.660.360.53332.6649.6931.18
Hex77284C042243514d321f
Octal16750114010244655156237
Binary111011110100010011000100001010010011010110100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77284C; }

 p { color: rgb(119,40,76); }

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

<style>
 a { background-color: #77284C; }

 a { background-color: rgb(119,40,76); }

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

<style>
 span { border-color: #77284C; }

 span { border-color: rgb(119,40,76); }

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