Html Css Color HEX #7C375B Flirt

📋 copy color: '#7C375B'

red 124 ◦ green 55 ◦ blue 91

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

Shades of Flirt #7C375B

Tints of Flirt #7C375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 45.93%
G = 20.37%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C375B (or 0x7C375B) is known color: Flirt. HEX triplet: 7C, 37 and 5B. RGB value is (124,55,91). Sum of RGB (Red+Green+Blue) = 124+55+91=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C375B is #83C8A4. Grayscale: #4F4F4F. Windows color (decimal): -8636581 or 5977980. OLE color: 5977980.

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

Color convert

RGB 124 55 91 -
CMYK 0 0.56 0.27 0.51
HSL 328.7º 0.39% 0.35% -
HSV(B) 328.7º 0.56% 0.49% -
XYZ 11.57 7.77 10.79 -
YUV 79.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 124 55 91 0 0.56 0.27 0.51 328.7 0.39 0.35
Hex 7C 37 5B 0 38 1B 33 149 27 23
Octal 174 67 133 0 70 33 63 511 47 43
Binary 1111100 110111 1011011 0 111000 11011 110011 101001001 100111 100011

Color Harmonies of #7C375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C375B

Black with #7C375B

Text Example


Text Example

White with #7C375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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