Html Css Color HEX #7C4849 Solid Pink

📋 copy color: '#7C4849'

red 124 ◦ green 72 ◦ blue 73

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

Shades of Solid Pink #7C4849

Tints of Solid Pink #7C4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

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

R = 46.1%
G = 26.77%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C4849 (or 0x7C4849) is known color: Solid Pink. HEX triplet: 7C, 48 and 49. RGB value is (124,72,73). Sum of RGB (Red+Green+Blue) = 124+72+73=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4849 is #83B7B6. Grayscale: #575757. Windows color (decimal): -8632247 or 4802684. OLE color: 4802684.

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

Color convert

RGB 124 72 73 -
CMYK 0 0.42 0.41 0.51
HSL 358.85º 0.27% 0.38% -
HSV(B) 358.85º 0.42% 0.49% -
XYZ 11.83 9.4 7.49 -
YUV 87.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 124 72 73 0 0.42 0.41 0.51 358.85 0.27 0.38
Hex 7C 48 49 0 2A 29 33 167 1B 26
Octal 174 110 111 0 52 51 63 547 33 46
Binary 1111100 1001000 1001001 0 101010 101001 110011 101100111 11011 100110

Color Harmonies of #7C4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4849

Black with #7C4849

Text Example


Text Example

White with #7C4849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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