Html Css Color HEX #7C374F Flirt

📋 copy color: '#7C374F'

red 124 ◦ green 55 ◦ blue 79

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

Shades of Flirt #7C374F

Tints of Flirt #7C374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

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

R = 48.06%
G = 21.32%
B = 30.62%

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

#7C374F (or 0x7C374F) is known color: Flirt. HEX triplet: 7C, 37 and 4F. RGB value is (124,55,79). Sum of RGB (Red+Green+Blue) = 124+55+79=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C374F is #83C8B0. Grayscale: #4E4E4E. Windows color (decimal): -8636593 or 5191548. OLE color: 5191548.

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

Color convert

RGB 124 55 79 -
CMYK 0 0.56 0.36 0.51
HSL 339.13º 0.39% 0.35% -
HSV(B) 339.13º 0.56% 0.49% -
XYZ 11.09 7.58 8.28 -
YUV 78.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 124 55 79 0 0.56 0.36 0.51 339.13 0.39 0.35
Hex 7C 37 4F 0 38 24 33 153 27 23
Octal 174 67 117 0 70 44 63 523 47 43
Binary 1111100 110111 1001111 0 111000 100100 110011 101010011 100111 100011

Color Harmonies of #7C374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C374F

Black with #7C374F

Text Example


Text Example

White with #7C374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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