#7D5055

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

Shades of Solid Pink #7D5055

Tints of Solid Pink #7D5055

Color information

#7D5055 (or 0x7D5055) is unknown color: approx Solid Pink. HEX triplet: 7D, 50 and 55. RGB value is (125,80,85). Sum of RGB (Red+Green+Blue) = 125+80+85=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5055 is #82AFAA. Grayscale: #5E5E5E. Windows color (decimal): -8564651 or 5591165. OLE color: 5591165.

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

Color convert

RGB1258085-
CMYK00.360.320.51
HSL353.33º21.95%40.2%-
HSV(B)353.33º36%49.02%-
XYZ12.9710.759.99-
YUV94.02122.91150.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.10%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=43.10%
G=27.59%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125808500.360.320.51353.3321.9540.2
Hex7D505502420331611628
Octal17512012504440635412650
Binary111110110100001010101010010010000011001110110000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,85); }

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

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

 a { background-color: rgb(125,80,85); }

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

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

 span { border-color: rgb(125,80,85); }

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