#7C304A

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

Shades of Flirt #7C304A

Tints of Flirt #7C304A

Color information

#7C304A (or 0x7C304A) is unknown color: approx Flirt. HEX triplet: 7C, 30 and 4A. RGB value is (124,48,74). Sum of RGB (Red+Green+Blue) = 124+48+74=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C304A is #83CFB5. Grayscale: #494949. Windows color (decimal): -8638390 or 4862076. OLE color: 4862076.

HSL color Cylindrical-coordinate representation of color #7C304A: hue angle of 339.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C304A is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1244874-
CMYK00.610.400.51
HSL339.47º44.19%33.73%-
HSV(B)339.47º61.29%48.63%-
XYZ10.616.897.25-
YUV73.69128.18163.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.41%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=50.41%
G=19.51%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124487400.610.400.51339.4744.1933.73
Hex7C304A03D28331532c22
Octal1746011207550635235442
Binary111110011000010010100111101101000110011101010011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C304A; }

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

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

<style>
 a { background-color: #7C304A; }

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

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

<style>
 span { border-color: #7C304A; }

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

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