#77284A

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

Shades of Flirt #77284A

Tints of Flirt #77284A

Color information

#77284A (or 0x77284A) is unknown color: approx Flirt. HEX triplet: 77, 28 and 4A. RGB value is (119,40,74). Sum of RGB (Red+Green+Blue) = 119+40+74=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77284A is #88D7B5. Grayscale: #434343. Windows color (decimal): -8968118 or 4860023. OLE color: 4860023.

HSL color Cylindrical-coordinate representation of color #77284A: hue angle of 334.18º 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 #77284A is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1194074-
CMYK00.660.380.53
HSL334.18º49.69%31.18%-
HSV(B)334.18º66.39%46.67%-
XYZ9.65.937.12-
YUV67.5131.67164.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=51.07%
G=17.17%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119407400.660.380.53334.1849.6931.18
Hex77284A042263514e321f
Octal16750112010246655166237
Binary111011110100010010100100001010011011010110100111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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