Html Css Color HEX #7E464C Solid Pink

📋 copy color: '#7E464C'

red 126 ◦ green 70 ◦ blue 76

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

Shades of Solid Pink #7E464C

Tints of Solid Pink #7E464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 46.32%
G = 25.74%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7E464C (or 0x7E464C) is known color: Solid Pink. HEX triplet: 7E, 46 and 4C. RGB value is (126,70,76). Sum of RGB (Red+Green+Blue) = 126+70+76=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E464C is #81B9B3. Grayscale: #575757. Windows color (decimal): -8501684 or 4998782. OLE color: 4998782.

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

Color convert

RGB 126 70 76 -
CMYK 0 0.44 0.40 0.51
HSL 353.57º 0.29% 0.38% -
HSV(B) 353.57º 0.44% 0.49% -
XYZ 12.1 9.34 8 -
YUV 87.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 126 70 76 0 0.44 0.40 0.51 353.57 0.29 0.38
Hex 7E 46 4C 0 2C 28 33 162 1D 26
Octal 176 106 114 0 54 50 63 542 35 46
Binary 1111110 1000110 1001100 0 101100 101000 110011 101100010 11101 100110

Color Harmonies of #7E464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E464C

Black with #7E464C

Text Example


Text Example

White with #7E464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,70,76); }

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

background-color css

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

 a { background-color: rgb(126,70,76); }

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

border-color css

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

 span { border-color: rgb(126,70,76); }

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