#7C385B

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

Shades of Flirt #7C385B

Tints of Flirt #7C385B

Color information

#7C385B (or 0x7C385B) is unknown color: approx Flirt. HEX triplet: 7C, 38 and 5B. RGB value is (124,56,91). Sum of RGB (Red+Green+Blue) = 124+56+91=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C385B is #83C7A4. Grayscale: #505050. Windows color (decimal): -8636325 or 5978236. OLE color: 5978236.

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

Color convert

RGB1245691-
CMYK00.550.270.51
HSL329.12º37.78%35.29%-
HSV(B)329.12º54.84%48.63%-
XYZ11.617.8710.8-
YUV80.32134.03159.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=45.76%
G=20.66%
B=33.58%

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
Decimal124569100.550.270.51329.1237.7835.29
Hex7C385B0371B331492623
Octal1747013306733635114643
Binary11111001110001011011011011111011110011101001001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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