#7D4546

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

Shades of Solid Pink #7D4546

Tints of Solid Pink #7D4546

Color information

#7D4546 (or 0x7D4546) is unknown color: approx Solid Pink. HEX triplet: 7D, 45 and 46. RGB value is (125,69,70). Sum of RGB (Red+Green+Blue) = 125+69+70=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4546 is #82BAB9. Grayscale: #555555. Windows color (decimal): -8567482 or 4605309. OLE color: 4605309.

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

Color convert

RGB1256970-
CMYK00.450.440.51
HSL358.93º28.87%38.04%-
HSV(B)358.93º44.8%49.02%-
XYZ11.699.066.93-
YUV85.86119.05155.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.35%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=47.35%
G=26.14%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125697000.450.440.51358.9328.8738.04
Hex7D454602D2C331671d26
Octal17510510605554635473546
Binary111110110001011000110010110110110011001110110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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