#7C334D

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

Shades of Flirt #7C334D

Tints of Flirt #7C334D

Color information

#7C334D (or 0x7C334D) is unknown color: approx Flirt. HEX triplet: 7C, 33 and 4D. RGB value is (124,51,77). Sum of RGB (Red+Green+Blue) = 124+51+77=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C334D is #83CCB2. Grayscale: #4B4B4B. Windows color (decimal): -8637619 or 5059452. OLE color: 5059452.

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

Color convert

RGB1245177-
CMYK00.590.380.51
HSL338.63º41.71%34.31%-
HSV(B)338.63º58.87%48.63%-
XYZ10.847.197.84-
YUV75.79128.68162.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=49.21%
G=20.24%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124517700.590.380.51338.6341.7134.31
Hex7C334D03B26331532a22
Octal1746311507346635235242
Binary111110011001110011010111011100110110011101010011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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