#7D4C4F

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

Shades of Solid Pink #7D4C4F

Tints of Solid Pink #7D4C4F

Color information

#7D4C4F (or 0x7D4C4F) is unknown color: approx Solid Pink. HEX triplet: 7D, 4C and 4F. RGB value is (125,76,79). Sum of RGB (Red+Green+Blue) = 125+76+79=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4C4F is #82B3B0. Grayscale: #5B5B5B. Windows color (decimal): -8565681 or 5196925. OLE color: 5196925.

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

Color convert

RGB1257679-
CMYK00.390.370.51
HSL356.33º24.38%39.41%-
HSV(B)356.33º39.2%49.02%-
XYZ12.4510.098.69-
YUV90.99121.23152.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.64%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=44.64%
G=27.14%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125767900.390.370.51356.3324.3839.41
Hex7D4C4F02725331641827
Octal17511411704745635443047
Binary111110110011001001111010011110010111001110110010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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