#7D464D

Color #7D464D Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #7D464D

Tints of Solid Pink #7D464D

Color information

#7D464D (or 0x7D464D) is unknown color: approx Solid Pink. HEX triplet: 7D, 46 and 4D. RGB value is (125,70,77). Sum of RGB (Red+Green+Blue) = 125+70+77=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D464D is #82B9B2. Grayscale: #575757. Windows color (decimal): -8567219 or 5064317. OLE color: 5064317.

HSL color Cylindrical-coordinate representation of color #7D464D: hue angle of 352.36º degrees, saturation: 0.28, 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 #7D464D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1257077-
CMYK00.440.380.51
HSL352.36º28.21%38.24%-
HSV(B)352.36º44%49.02%-
XYZ11.999.288.18-
YUV87.24122.22154.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=45.96%
G=25.74%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125707700.440.380.51352.3628.2138.24
Hex7D464D02C26331601c26
Octal17510611505446635403446
Binary111110110001101001101010110010011011001110110000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,70,77); }

 H1.HeaderClassName
 {
   color: #7D464D;
 }
 .AnyTagClassName
 {
   color: #7D464D;
 }
</style>
background-color css

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

 a { background-color: rgb(125,70,77); }

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

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

 span { border-color: rgb(125,70,77); }

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