#77304A

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

Shades of Flirt #77304A

Tints of Flirt #77304A

Color information

#77304A (or 0x77304A) is unknown color: approx Flirt. HEX triplet: 77, 30 and 4A. RGB value is (119,48,74). Sum of RGB (Red+Green+Blue) = 119+48+74=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #77304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77304A is #88CFB5. Grayscale: #484848. Windows color (decimal): -8966070 or 4862071. OLE color: 4862071.

HSL color Cylindrical-coordinate representation of color #77304A: hue angle of 338.03º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77304A is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1194874-
CMYK00.600.380.53
HSL338.03º42.51%32.75%-
HSV(B)338.03º59.66%46.67%-
XYZ9.96.537.22-
YUV72.19129.02161.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=49.38%
G=19.92%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119487400.600.380.53338.0342.5132.75
Hex77304A03C26351522b21
Octal1676011207446655225341
Binary111011111000010010100111100100110110101101010010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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