#7C3654

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

Shades of Flirt #7C3654

Tints of Flirt #7C3654

Color information

#7C3654 (or 0x7C3654) is unknown color: approx Flirt. HEX triplet: 7C, 36 and 54. RGB value is (124,54,84). Sum of RGB (Red+Green+Blue) = 124+54+84=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3654 is #83C9AB. Grayscale: #4E4E4E. Windows color (decimal): -8636844 or 5518972. OLE color: 5518972.

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

Color convert

RGB1245484-
CMYK00.560.320.51
HSL334.29º39.33%34.9%-
HSV(B)334.29º56.45%48.63%-
XYZ11.237.569.26-
YUV78.35131.19160.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=47.33%
G=20.61%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124548400.560.320.51334.2939.3334.9
Hex7C3654038203314e2723
Octal1746612407040635164743
Binary111110011011010101000111000100000110011101001110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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