#7D474B

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

Shades of Solid Pink #7D474B

Tints of Solid Pink #7D474B

Color information

#7D474B (or 0x7D474B) is unknown color: approx Solid Pink. HEX triplet: 7D, 47 and 4B. RGB value is (125,71,75). Sum of RGB (Red+Green+Blue) = 125+71+75=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D474B is #82B8B4. Grayscale: #575757. Windows color (decimal): -8566965 or 4933501. OLE color: 4933501.

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

Color convert

RGB1257175-
CMYK00.430.400.51
HSL355.56º27.55%38.43%-
HSV(B)355.56º43.2%49.02%-
XYZ11.989.377.83-
YUV87.6120.89154.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.13%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=46.13%
G=26.20%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125717500.430.400.51355.5627.5538.43
Hex7D474B02B28331641c26
Octal17510711305350635443446
Binary111110110001111001011010101110100011001110110010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,71,75); }

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

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

 a { background-color: rgb(125,71,75); }

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

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

 span { border-color: rgb(125,71,75); }

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