Html Css Color HEX #7C2C4E Flirt

📋 copy color: '#7C2C4E'

red 124 ◦ green 44 ◦ blue 78

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

Shades of Flirt #7C2C4E

Tints of Flirt #7C2C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 50.41%
G = 17.89%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7C2C4E (or 0x7C2C4E) is known color: Flirt. HEX triplet: 7C, 2C and 4E. RGB value is (124,44,78). Sum of RGB (Red+Green+Blue) = 124+44+78=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2C4E is #83D3B1. Grayscale: #474747. Windows color (decimal): -8639410 or 5123196. OLE color: 5123196.

HSL color Cylindrical-coordinate representation of color #7C2C4E: hue angle of 334.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2C4E is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 44 78 -
CMYK 0 0.65 0.37 0.51
HSL 334.5º 0.48% 0.33% -
HSV(B) 334.5º 0.65% 0.49% -
XYZ 10.59 6.64 7.93 -
YUV 71.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 124 44 78 0 0.65 0.37 0.51 334.5 0.48 0.33
Hex 7C 2C 4E 0 41 25 33 14E 30 21
Octal 174 54 116 0 101 45 63 516 60 41
Binary 1111100 101100 1001110 0 1000001 100101 110011 101001110 110000 100001

Color Harmonies of #7C2C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2C4E

Black with #7C2C4E

Text Example


Text Example

White with #7C2C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,44,78); }

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

background-color css

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

 a { background-color: rgb(124,44,78); }

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

border-color css

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

 span { border-color: rgb(124,44,78); }

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