Html Css Color HEX #7C325B Flirt

📋 copy color: '#7C325B'

red 124 ◦ green 50 ◦ blue 91

#7C325B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #7C325B

Tints of Flirt #7C325B

RGB

 RED value IS 124 (48.83% from 255) = 46.79%

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 91 (35.94% from 255) = 34.34%

R = 46.79%
G = 18.87%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C325B (or 0x7C325B) is known color: Flirt. HEX triplet: 7C, 32 and 5B. RGB value is (124,50,91). Sum of RGB (Red+Green+Blue) = 124+50+91=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C325B is #83CDA4. Grayscale: #4C4C4C. Windows color (decimal): -8637861 or 5976700. OLE color: 5976700.

HSL color Cylindrical-coordinate representation of color #7C325B: hue angle of 326.76º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C325B is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 50 91 -
CMYK 0 0.60 0.27 0.51
HSL 326.76º 0.43% 0.34% -
HSV(B) 326.76º 0.6% 0.49% -
XYZ 11.34 7.32 10.71 -
YUV 76.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 124 50 91 0 0.60 0.27 0.51 326.76 0.43 0.34
Hex 7C 32 5B 0 3C 1B 33 147 2B 22
Octal 174 62 133 0 74 33 63 507 53 42
Binary 1111100 110010 1011011 0 111100 11011 110011 101000111 101011 100010

Color Harmonies of #7C325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C325B

Black with #7C325B

Text Example


Text Example

White with #7C325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C325B;
 }
 .AnyTagClassName
 {
   color: #7C325B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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