#7C375D

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

Shades of Flirt #7C375D

Tints of Flirt #7C375D

Color information

#7C375D (or 0x7C375D) is unknown color: approx Flirt. HEX triplet: 7C, 37 and 5D. RGB value is (124,55,93). Sum of RGB (Red+Green+Blue) = 124+55+93=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C375D is #83C8A2. Grayscale: #4F4F4F. Windows color (decimal): -8636579 or 6109052. OLE color: 6109052.

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

Color convert

RGB1245593-
CMYK00.560.250.51
HSL326.96º38.55%35.1%-
HSV(B)326.96º55.65%48.63%-
XYZ11.657.8111.25-
YUV79.96135.36159.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=45.59%
G=20.22%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124559300.560.250.51326.9638.5535.1
Hex7C375D03819331472723
Octal1746713507031635074743
Binary11111001101111011101011100011001110011101000111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,55,93); }

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

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

 a { background-color: rgb(124,55,93); }

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

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

 span { border-color: rgb(124,55,93); }

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