#7C2752

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

Shades of Flirt #7C2752

Tints of Flirt #7C2752

Color information

#7C2752 (or 0x7C2752) is unknown color: approx Flirt. HEX triplet: 7C, 27 and 52. RGB value is (124,39,82). Sum of RGB (Red+Green+Blue) = 124+39+82=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2752 is #83D8AD. Grayscale: #454545. Windows color (decimal): -8640686 or 5384060. OLE color: 5384060.

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

Color convert

RGB1243982-
CMYK00.690.340.51
HSL329.65º52.15%31.96%-
HSV(B)329.65º68.55%48.63%-
XYZ10.566.358.65-
YUV69.32135.16167-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.61%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=50.61%
G=15.92%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124398200.690.340.51329.6552.1531.96
Hex7C2752045223314a3420
Octal17447122010542635126440
Binary1111100100111101001001000101100010110011101001010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,39,82); }

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

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

 a { background-color: rgb(124,39,82); }

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

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

 span { border-color: rgb(124,39,82); }

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