Html Css Color HEX #7C334D Flirt

📋 copy color: '#7C334D'

red 124 ◦ green 51 ◦ blue 77

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

Shades of Flirt #7C334D

Tints of Flirt #7C334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 49.21%
G = 20.24%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7C334D (or 0x7C334D) is known color: Flirt. HEX triplet: 7C, 33 and 4D. RGB value is (124,51,77). Sum of RGB (Red+Green+Blue) = 124+51+77=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C334D is #83CCB2. Grayscale: #4B4B4B. Windows color (decimal): -8637619 or 5059452. OLE color: 5059452.

HSL color Cylindrical-coordinate representation of color #7C334D: hue angle of 338.63º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C334D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 51 77 -
CMYK 0 0.59 0.38 0.51
HSL 338.63º 0.42% 0.34% -
HSV(B) 338.63º 0.59% 0.49% -
XYZ 10.84 7.19 7.84 -
YUV 75.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 124 51 77 0 0.59 0.38 0.51 338.63 0.42 0.34
Hex 7C 33 4D 0 3B 26 33 153 2A 22
Octal 174 63 115 0 73 46 63 523 52 42
Binary 1111100 110011 1001101 0 111011 100110 110011 101010011 101010 100010

Color Harmonies of #7C334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C334D

Black with #7C334D

Text Example


Text Example

White with #7C334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,51,77); }

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

background-color css

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

 a { background-color: rgb(124,51,77); }

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

border-color css

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

 span { border-color: rgb(124,51,77); }

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