#7D454D

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

Shades of Solid Pink #7D454D

Tints of Solid Pink #7D454D

Color information

#7D454D (or 0x7D454D) is unknown color: approx Solid Pink. HEX triplet: 7D, 45 and 4D. RGB value is (125,69,77). Sum of RGB (Red+Green+Blue) = 125+69+77=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D454D is #82BAB2. Grayscale: #565656. Windows color (decimal): -8567475 or 5064061. OLE color: 5064061.

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

Color convert

RGB1256977-
CMYK00.450.380.51
HSL351.43º28.87%38.04%-
HSV(B)351.43º44.8%49.02%-
XYZ11.939.158.16-
YUV86.66122.55155.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.13%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=46.13%
G=25.46%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125697700.450.380.51351.4328.8738.04
Hex7D454D02D263315f1d26
Octal17510511505546635373546
Binary111110110001011001101010110110011011001110101111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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