Html Css Color HEX #7E4449 Solid Pink

📋 copy color: '#7E4449'

red 126 ◦ green 68 ◦ blue 73

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

Shades of Solid Pink #7E4449

Tints of Solid Pink #7E4449

RGB

 RED value IS 126 (49.61% from 255) = 47.19%

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

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

R = 47.19%
G = 25.47%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7E4449 (or 0x7E4449) is known color: Solid Pink. HEX triplet: 7E, 44 and 49. RGB value is (126,68,73). Sum of RGB (Red+Green+Blue) = 126+68+73=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4449 is #81BBB6. Grayscale: #555555. Windows color (decimal): -8502199 or 4801662. OLE color: 4801662.

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

Color convert

RGB 126 68 73 -
CMYK 0 0.46 0.42 0.51
HSL 354.83º 0.3% 0.38% -
HSV(B) 354.83º 0.46% 0.49% -
XYZ 11.87 9.05 7.42 -
YUV 85.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 126 68 73 0 0.46 0.42 0.51 354.83 0.3 0.38
Hex 7E 44 49 0 2E 2A 33 163 1E 26
Octal 176 104 111 0 56 52 63 543 36 46
Binary 1111110 1000100 1001001 0 101110 101010 110011 101100011 11110 100110

Color Harmonies of #7E4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4449

Black with #7E4449

Text Example


Text Example

White with #7E4449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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