#77284F

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

Shades of Flirt #77284F

Tints of Flirt #77284F

Color information

#77284F (or 0x77284F) is unknown color: approx Flirt. HEX triplet: 77, 28 and 4F. RGB value is (119,40,79). Sum of RGB (Red+Green+Blue) = 119+40+79=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #77284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77284F is #88D7B0. Grayscale: #434343. Windows color (decimal): -8968113 or 5187703. OLE color: 5187703.

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

Color convert

RGB1194079-
CMYK00.660.340.53
HSL330.38º49.69%31.18%-
HSV(B)330.38º66.39%46.67%-
XYZ9.7868.04-
YUV68.07134.17164.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=50%
G=16.81%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119407900.660.340.53330.3849.6931.18
Hex77284F042223514a321f
Octal16750117010242655126237
Binary111011110100010011110100001010001011010110100101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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