Html Css Color HEX #7E4954 Solid Pink

📋 copy color: '#7E4954'

red 126 ◦ green 73 ◦ blue 84

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

Shades of Solid Pink #7E4954

Tints of Solid Pink #7E4954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

 BLUE value IS 84 (33.2% from 255) = 29.68%

R = 44.52%
G = 25.8%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7E4954 (or 0x7E4954) is known color: Solid Pink. HEX triplet: 7E, 49 and 54. RGB value is (126,73,84). Sum of RGB (Red+Green+Blue) = 126+73+84=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4954 is #81B6AB. Grayscale: #5A5A5A. Windows color (decimal): -8500908 or 5523838. OLE color: 5523838.

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

Color convert

RGB 126 73 84 -
CMYK 0 0.42 0.33 0.51
HSL 347.55º 0.27% 0.39% -
HSV(B) 347.55º 0.42% 0.49% -
XYZ 12.59 9.84 9.62 -
YUV 90.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 126 73 84 0 0.42 0.33 0.51 347.55 0.27 0.39
Hex 7E 49 54 0 2A 21 33 15C 1B 27
Octal 176 111 124 0 52 41 63 534 33 47
Binary 1111110 1001001 1010100 0 101010 100001 110011 101011100 11011 100111

Color Harmonies of #7E4954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4954

Black with #7E4954

Text Example


Text Example

White with #7E4954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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