#7C344F

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

Shades of Flirt #7C344F

Tints of Flirt #7C344F

Color information

#7C344F (or 0x7C344F) is unknown color: approx Flirt. HEX triplet: 7C, 34 and 4F. RGB value is (124,52,79). Sum of RGB (Red+Green+Blue) = 124+52+79=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C344F is #83CBB0. Grayscale: #4C4C4C. Windows color (decimal): -8637361 or 5190780. OLE color: 5190780.

HSL color Cylindrical-coordinate representation of color #7C344F: hue angle of 337.5º 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 #7C344F is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB1245279-
CMYK00.580.360.51
HSL337.5º40.91%34.51%-
HSV(B)337.5º58.06%48.63%-
XYZ10.957.318.23-
YUV76.61129.35161.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.63%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=48.63%
G=20.39%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124527900.580.360.51337.540.9134.51
Hex7C344F03A24331522923
Octal1746411707244635225143
Binary111110011010010011110111010100100110011101010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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