#7C3457

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

Shades of Flirt #7C3457

Tints of Flirt #7C3457

Color information

#7C3457 (or 0x7C3457) is unknown color: approx Flirt. HEX triplet: 7C, 34 and 57. RGB value is (124,52,87). Sum of RGB (Red+Green+Blue) = 124+52+87=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3457 is #83CBA8. Grayscale: #4D4D4D. Windows color (decimal): -8637353 or 5715068. OLE color: 5715068.

HSL color Cylindrical-coordinate representation of color #7C3457: hue angle of 330.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3457 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1245287-
CMYK00.580.300.51
HSL330.83º40.91%34.51%-
HSV(B)330.83º58.06%48.63%-
XYZ11.267.439.86-
YUV77.52133.35161.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=47.15%
G=19.77%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124528700.580.300.51330.8340.9134.51
Hex7C345703A1E3314b2923
Octal1746412707236635135143
Binary11111001101001010111011101011110110011101001011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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