#7C2657

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

Shades of Flirt #7C2657

Tints of Flirt #7C2657

Color information

#7C2657 (or 0x7C2657) is unknown color: approx Flirt. HEX triplet: 7C, 26 and 57. RGB value is (124,38,87). Sum of RGB (Red+Green+Blue) = 124+38+87=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2657 is #83D9A8. Grayscale: #454545. Windows color (decimal): -8640937 or 5711484. OLE color: 5711484.

HSL color Cylindrical-coordinate representation of color #7C2657: hue angle of 325.81º degrees, saturation: 0.53, 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 #7C2657 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1243887-
CMYK00.690.300.51
HSL325.81º53.09%31.76%-
HSV(B)325.81º69.35%48.63%-
XYZ10.736.369.68-
YUV69.3137.99167.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=49.80%
G=15.26%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124388700.690.300.51325.8153.0931.76
Hex7C26570451E331463520
Octal17446127010536635066540
Binary111110010011010101110100010111110110011101000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,38,87); }

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

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

 a { background-color: rgb(124,38,87); }

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

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

 span { border-color: rgb(124,38,87); }

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