#7C395A

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

Shades of Flirt #7C395A

Tints of Flirt #7C395A

Color information

#7C395A (or 0x7C395A) is unknown color: approx Flirt. HEX triplet: 7C, 39 and 5A. RGB value is (124,57,90). Sum of RGB (Red+Green+Blue) = 124+57+90=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C395A is #83C6A5. Grayscale: #505050. Windows color (decimal): -8636070 or 5912956. OLE color: 5912956.

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

Color convert

RGB1245790-
CMYK00.540.270.51
HSL330.45º37.02%35.49%-
HSV(B)330.45º54.03%48.63%-
XYZ11.627.9510.59-
YUV80.8133.2158.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=45.76%
G=21.03%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124579000.540.270.51330.4537.0235.49
Hex7C395A0361B3314a2523
Octal1747113206633635124543
Binary11111001110011011010011011011011110011101001010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,90); }

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

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

 a { background-color: rgb(124,57,90); }

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

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

 span { border-color: rgb(124,57,90); }

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