#7D4D4E

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

Shades of Solid Pink #7D4D4E

Tints of Solid Pink #7D4D4E

Color information

#7D4D4E (or 0x7D4D4E) is unknown color: approx Solid Pink. HEX triplet: 7D, 4D and 4E. RGB value is (125,77,78). Sum of RGB (Red+Green+Blue) = 125+77+78=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4D4E is #82B2B1. Grayscale: #5B5B5B. Windows color (decimal): -8565426 or 5131645. OLE color: 5131645.

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

Color convert

RGB1257778-
CMYK00.380.380.51
HSL358.75º23.76%39.61%-
HSV(B)358.75º38.4%49.02%-
XYZ12.4910.228.52-
YUV91.47120.4151.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.64%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=44.64%
G=27.5%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125777800.380.380.51358.7523.7639.61
Hex7D4D4E02626331671828
Octal17511511604646635473050
Binary111110110011011001110010011010011011001110110011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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