#7C385A

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

Shades of Flirt #7C385A

Tints of Flirt #7C385A

Color information

#7C385A (or 0x7C385A) is unknown color: approx Flirt. HEX triplet: 7C, 38 and 5A. RGB value is (124,56,90). Sum of RGB (Red+Green+Blue) = 124+56+90=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C385A is #83C7A5. Grayscale: #505050. Windows color (decimal): -8636326 or 5912700. OLE color: 5912700.

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

Color convert

RGB1245690-
CMYK00.550.270.51
HSL330º37.78%35.29%-
HSV(B)330º54.84%48.63%-
XYZ11.577.8510.58-
YUV80.21133.53159.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.93%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=45.93%
G=20.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124569000.550.270.5133037.7835.29
Hex7C385A0371B3314a2623
Octal1747013206733635124643
Binary11111001110001011010011011111011110011101001010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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