Html Css Color HEX #7D324C Flirt

📋 copy color: '#7D324C'

red 125 ◦ green 50 ◦ blue 76

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

Shades of Flirt #7D324C

Tints of Flirt #7D324C

RGB

 RED value IS 125 (49.22% from 255) = 49.8%

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

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

R = 49.8%
G = 19.92%
B = 30.28%

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

#7D324C (or 0x7D324C) is known color: Flirt. HEX triplet: 7D, 32 and 4C. RGB value is (125,50,76). Sum of RGB (Red+Green+Blue) = 125+50+76=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D324C is #82CDB3. Grayscale: #4B4B4B. Windows color (decimal): -8572340 or 4993661. OLE color: 4993661.

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

Color convert

RGB 125 50 76 -
CMYK 0 0.60 0.39 0.51
HSL 339.2º 0.43% 0.34% -
HSV(B) 339.2º 0.6% 0.49% -
XYZ 10.9 7.16 7.65 -
YUV 75.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 125 50 76 0 0.60 0.39 0.51 339.2 0.43 0.34
Hex 7D 32 4C 0 3C 27 33 153 2B 22
Octal 175 62 114 0 74 47 63 523 53 42
Binary 1111101 110010 1001100 0 111100 100111 110011 101010011 101011 100010

Color Harmonies of #7D324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D324C

Black with #7D324C

Text Example


Text Example

White with #7D324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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