#7D474C

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

Shades of Solid Pink #7D474C

Tints of Solid Pink #7D474C

Color information

#7D474C (or 0x7D474C) is unknown color: approx Solid Pink. HEX triplet: 7D, 47 and 4C. RGB value is (125,71,76). Sum of RGB (Red+Green+Blue) = 125+71+76=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D474C is #82B8B3. Grayscale: #575757. Windows color (decimal): -8566964 or 4999037. OLE color: 4999037.

HSL color Cylindrical-coordinate representation of color #7D474C: hue angle of 354.44º 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 #7D474C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB1257176-
CMYK00.430.390.51
HSL354.44º27.55%38.43%-
HSV(B)354.44º43.2%49.02%-
XYZ12.029.398.02-
YUV87.72121.39154.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.96%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=45.96%
G=26.10%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125717600.430.390.51354.4427.5538.43
Hex7D474C02B27331621c26
Octal17510711405347635423446
Binary111110110001111001100010101110011111001110110001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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