Html Css Color HEX #7C4449 Solid Pink

📋 copy color: '#7C4449'

red 124 ◦ green 68 ◦ blue 73

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

Shades of Solid Pink #7C4449

Tints of Solid Pink #7C4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 46.79%
G = 25.66%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C4449 (or 0x7C4449) is known color: Solid Pink. HEX triplet: 7C, 44 and 49. RGB value is (124,68,73). Sum of RGB (Red+Green+Blue) = 124+68+73=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4449 is #83BBB6. Grayscale: #555555. Windows color (decimal): -8633271 or 4801660. OLE color: 4801660.

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

Color convert

RGB 124 68 73 -
CMYK 0 0.45 0.41 0.51
HSL 354.64º 0.29% 0.38% -
HSV(B) 354.64º 0.45% 0.49% -
XYZ 11.58 8.9 7.41 -
YUV 85.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 124 68 73 0 0.45 0.41 0.51 354.64 0.29 0.38
Hex 7C 44 49 0 2D 29 33 163 1D 26
Octal 174 104 111 0 55 51 63 543 35 46
Binary 1111100 1000100 1001001 0 101101 101001 110011 101100011 11101 100110

Color Harmonies of #7C4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4449

Black with #7C4449

Text Example


Text Example

White with #7C4449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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