Html Css Color HEX #7E4748 Solid Pink

📋 copy color: '#7E4748'

red 126 ◦ green 71 ◦ blue 72

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

Shades of Solid Pink #7E4748

Tints of Solid Pink #7E4748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.39%

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

R = 46.84%
G = 26.39%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7E4748 (or 0x7E4748) is known color: Solid Pink. HEX triplet: 7E, 47 and 48. RGB value is (126,71,72). Sum of RGB (Red+Green+Blue) = 126+71+72=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4748 is #81B8B7. Grayscale: #575757. Windows color (decimal): -8501432 or 4736894. OLE color: 4736894.

HSL color Cylindrical-coordinate representation of color #7E4748: hue angle of 358.91º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E4748 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 71 72 -
CMYK 0 0.44 0.43 0.51
HSL 358.91º 0.28% 0.39% -
HSV(B) 358.91º 0.44% 0.49% -
XYZ 12.03 9.41 7.31 -
YUV 87.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 126 71 72 0 0.44 0.43 0.51 358.91 0.28 0.39
Hex 7E 47 48 0 2C 2B 33 167 1C 27
Octal 176 107 110 0 54 53 63 547 34 47
Binary 1111110 1000111 1001000 0 101100 101011 110011 101100111 11100 100111

Color Harmonies of #7E4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4748

Black with #7E4748

Text Example


Text Example

White with #7E4748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,71,72); }

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

background-color css

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

 a { background-color: rgb(126,71,72); }

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

border-color css

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

 span { border-color: rgb(126,71,72); }

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