Html Css Color HEX #7C3050 Flirt

📋 copy color: '#7C3050'

red 124 ◦ green 48 ◦ blue 80

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

Shades of Flirt #7C3050

Tints of Flirt #7C3050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 49.21%
G = 19.05%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C3050 (or 0x7C3050) is known color: Flirt. HEX triplet: 7C, 30 and 50. RGB value is (124,48,80). Sum of RGB (Red+Green+Blue) = 124+48+80=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3050 is #83CFAF. Grayscale: #4A4A4A. Windows color (decimal): -8638384 or 5255292. OLE color: 5255292.

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

Color convert

RGB 124 48 80 -
CMYK 0 0.61 0.35 0.51
HSL 334.74º 0.44% 0.34% -
HSV(B) 334.74º 0.61% 0.49% -
XYZ 10.82 6.98 8.37 -
YUV 74.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 124 48 80 0 0.61 0.35 0.51 334.74 0.44 0.34
Hex 7C 30 50 0 3D 23 33 14F 2C 22
Octal 174 60 120 0 75 43 63 517 54 42
Binary 1111100 110000 1010000 0 111101 100011 110011 101001111 101100 100010

Color Harmonies of #7C3050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3050

Black with #7C3050

Text Example


Text Example

White with #7C3050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,48,80); }

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

background-color css

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

 a { background-color: rgb(124,48,80); }

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

border-color css

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

 span { border-color: rgb(124,48,80); }

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