Html Css Color HEX #7C364F Flirt

📋 copy color: '#7C364F'

red 124 ◦ green 54 ◦ blue 79

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

Shades of Flirt #7C364F

Tints of Flirt #7C364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 48.25%
G = 21.01%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C364F (or 0x7C364F) is known color: Flirt. HEX triplet: 7C, 36 and 4F. RGB value is (124,54,79). Sum of RGB (Red+Green+Blue) = 124+54+79=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C364F is #83C9B0. Grayscale: #4D4D4D. Windows color (decimal): -8636849 or 5191292. OLE color: 5191292.

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

Color convert

RGB 124 54 79 -
CMYK 0 0.56 0.36 0.51
HSL 338.57º 0.39% 0.35% -
HSV(B) 338.57º 0.56% 0.49% -
XYZ 11.04 7.49 8.26 -
YUV 77.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 124 54 79 0 0.56 0.36 0.51 338.57 0.39 0.35
Hex 7C 36 4F 0 38 24 33 153 27 23
Octal 174 66 117 0 70 44 63 523 47 43
Binary 1111100 110110 1001111 0 111000 100100 110011 101010011 100111 100011

Color Harmonies of #7C364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C364F

Black with #7C364F

Text Example


Text Example

White with #7C364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,54,79); }

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

background-color css

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

 a { background-color: rgb(124,54,79); }

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

border-color css

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

 span { border-color: rgb(124,54,79); }

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