Html Css Color HEX #7E434A Solid Pink

📋 copy color: '#7E434A'

red 126 ◦ green 67 ◦ blue 74

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

Shades of Solid Pink #7E434A

Tints of Solid Pink #7E434A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 47.19%
G = 25.09%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7E434A (or 0x7E434A) is known color: Solid Pink. HEX triplet: 7E, 43 and 4A. RGB value is (126,67,74). Sum of RGB (Red+Green+Blue) = 126+67+74=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E434A is #81BCB5. Grayscale: #555555. Windows color (decimal): -8502454 or 4866942. OLE color: 4866942.

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

Color convert

RGB 126 67 74 -
CMYK 0 0.47 0.41 0.51
HSL 352.88º 0.31% 0.38% -
HSV(B) 352.88º 0.47% 0.49% -
XYZ 11.85 8.94 7.58 -
YUV 85.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 126 67 74 0 0.47 0.41 0.51 352.88 0.31 0.38
Hex 7E 43 4A 0 2F 29 33 161 1F 26
Octal 176 103 112 0 57 51 63 541 37 46
Binary 1111110 1000011 1001010 0 101111 101001 110011 101100001 11111 100110

Color Harmonies of #7E434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E434A

Black with #7E434A

Text Example


Text Example

White with #7E434A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,67,74); }

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

background-color css

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

 a { background-color: rgb(126,67,74); }

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

border-color css

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

 span { border-color: rgb(126,67,74); }

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