#7C334E

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

Shades of Flirt #7C334E

Tints of Flirt #7C334E

Color information

#7C334E (or 0x7C334E) is unknown color: approx Flirt. HEX triplet: 7C, 33 and 4E. RGB value is (124,51,78). Sum of RGB (Red+Green+Blue) = 124+51+78=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C334E is #83CCB1. Grayscale: #4B4B4B. Windows color (decimal): -8637618 or 5124988. OLE color: 5124988.

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

Color convert

RGB1245178-
CMYK00.590.370.51
HSL337.81º41.71%34.31%-
HSV(B)337.81º58.87%48.63%-
XYZ10.877.28.03-
YUV75.9129.18162.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=49.01%
G=20.16%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124517800.590.370.51337.8141.7134.31
Hex7C334E03B25331522a22
Octal1746311607345635225242
Binary111110011001110011100111011100101110011101010010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,78); }

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

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

 a { background-color: rgb(124,51,78); }

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

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

 span { border-color: rgb(124,51,78); }

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