Html Css Color HEX #7C324C Flirt

📋 copy color: '#7C324C'

red 124 ◦ green 50 ◦ blue 76

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

Shades of Flirt #7C324C

Tints of Flirt #7C324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 49.6%
G = 20%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C324C (or 0x7C324C) is known color: Flirt. HEX triplet: 7C, 32 and 4C. RGB value is (124,50,76). Sum of RGB (Red+Green+Blue) = 124+50+76=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C324C is #83CDB3. Grayscale: #4B4B4B. Windows color (decimal): -8637876 or 4993660. OLE color: 4993660.

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

Color convert

RGB 124 50 76 -
CMYK 0 0.60 0.39 0.51
HSL 338.92º 0.43% 0.34% -
HSV(B) 338.92º 0.6% 0.49% -
XYZ 10.76 7.09 7.64 -
YUV 75.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 124 50 76 0 0.60 0.39 0.51 338.92 0.43 0.34
Hex 7C 32 4C 0 3C 27 33 153 2B 22
Octal 174 62 114 0 74 47 63 523 53 42
Binary 1111100 110010 1001100 0 111100 100111 110011 101010011 101011 100010

Color Harmonies of #7C324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C324C

Black with #7C324C

Text Example


Text Example

White with #7C324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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