Html Css Color HEX #7C4349 Solid Pink

📋 copy color: '#7C4349'

red 124 ◦ green 67 ◦ blue 73

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

Shades of Solid Pink #7C4349

Tints of Solid Pink #7C4349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 46.97%
G = 25.38%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C4349 (or 0x7C4349) is known color: Solid Pink. HEX triplet: 7C, 43 and 49. RGB value is (124,67,73). Sum of RGB (Red+Green+Blue) = 124+67+73=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4349 is #83BCB6. Grayscale: #545454. Windows color (decimal): -8633527 or 4801404. OLE color: 4801404.

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

Color convert

RGB 124 67 73 -
CMYK 0 0.46 0.41 0.51
HSL 353.68º 0.3% 0.37% -
HSV(B) 353.68º 0.46% 0.49% -
XYZ 11.52 8.78 7.39 -
YUV 84.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 124 67 73 0 0.46 0.41 0.51 353.68 0.3 0.37
Hex 7C 43 49 0 2E 29 33 162 1E 25
Octal 174 103 111 0 56 51 63 542 36 45
Binary 1111100 1000011 1001001 0 101110 101001 110011 101100010 11110 100101

Color Harmonies of #7C4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4349

Black with #7C4349

Text Example


Text Example

White with #7C4349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,67,73); }

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

background-color css

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

 a { background-color: rgb(124,67,73); }

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

border-color css

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

 span { border-color: rgb(124,67,73); }

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