#7C3554

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

Shades of Flirt #7C3554

Tints of Flirt #7C3554

Color information

#7C3554 (or 0x7C3554) is unknown color: approx Flirt. HEX triplet: 7C, 35 and 54. RGB value is (124,53,84). Sum of RGB (Red+Green+Blue) = 124+53+84=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3554 is #83CAAB. Grayscale: #4D4D4D. Windows color (decimal): -8637100 or 5518716. OLE color: 5518716.

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

Color convert

RGB1245384-
CMYK00.570.320.51
HSL333.8º40.11%34.71%-
HSV(B)333.8º57.26%48.63%-
XYZ11.197.479.24-
YUV77.76131.52160.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 84 (33.20% from 255) = 32.18%
R=47.51%
G=20.31%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124538400.570.320.51333.840.1134.71
Hex7C3554039203314e2823
Octal1746512407140635165043
Binary111110011010110101000111001100000110011101001110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,53,84); }

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

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

 a { background-color: rgb(124,53,84); }

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

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

 span { border-color: rgb(124,53,84); }

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