Html Css Color HEX #7C344E Flirt

📋 copy color: '#7C344E'

red 124 ◦ green 52 ◦ blue 78

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

Shades of Flirt #7C344E

Tints of Flirt #7C344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

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

R = 48.82%
G = 20.47%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7C344E (or 0x7C344E) is known color: Flirt. HEX triplet: 7C, 34 and 4E. RGB value is (124,52,78). Sum of RGB (Red+Green+Blue) = 124+52+78=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C344E is #83CBB1. Grayscale: #4C4C4C. Windows color (decimal): -8637362 or 5125244. OLE color: 5125244.

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

Color convert

RGB 124 52 78 -
CMYK 0 0.58 0.37 0.51
HSL 338.33º 0.41% 0.35% -
HSV(B) 338.33º 0.58% 0.49% -
XYZ 10.92 7.29 8.04 -
YUV 76.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 124 52 78 0 0.58 0.37 0.51 338.33 0.41 0.35
Hex 7C 34 4E 0 3A 25 33 152 29 23
Octal 174 64 116 0 72 45 63 522 51 43
Binary 1111100 110100 1001110 0 111010 100101 110011 101010010 101001 100011

Color Harmonies of #7C344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C344E

Black with #7C344E

Text Example


Text Example

White with #7C344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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