#7C255C

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

Shades of Flirt #7C255C

Tints of Flirt #7C255C

Color information

#7C255C (or 0x7C255C) is unknown color: approx Flirt. HEX triplet: 7C, 25 and 5C. RGB value is (124,37,92). Sum of RGB (Red+Green+Blue) = 124+37+92=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C255C is #83DAA3. Grayscale: #454545. Windows color (decimal): -8641188 or 6038908. OLE color: 6038908.

HSL color Cylindrical-coordinate representation of color #7C255C: hue angle of 322.07º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C255C is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB1243792-
CMYK00.700.260.51
HSL322.07º54.04%31.57%-
HSV(B)322.07º70.16%48.63%-
XYZ10.916.3810.78-
YUV69.28140.82167.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=49.01%
G=14.62%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124379200.700.260.51322.0754.0431.57
Hex7C255C0461A331423620
Octal17445134010632635026640
Binary111110010010110111000100011011010110011101000010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,37,92); }

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

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

 a { background-color: rgb(124,37,92); }

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

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

 span { border-color: rgb(124,37,92); }

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