#7F5557

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

Shades of Solid Pink #7F5557

Tints of Solid Pink #7F5557

Color information

#7F5557 (or 0x7F5557) is unknown color: approx Solid Pink. HEX triplet: 7F, 55 and 57. RGB value is (127,85,87). Sum of RGB (Red+Green+Blue) = 127+85+87=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5557 is #80AAA8. Grayscale: #616161. Windows color (decimal): -8432297 or 5723519. OLE color: 5723519.

HSL color Cylindrical-coordinate representation of color #7F5557: hue angle of 357.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F5557 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1278587-
CMYK00.330.310.50
HSL357.14º19.81%41.57%-
HSV(B)357.14º33.07%49.8%-
XYZ13.7211.710.55-
YUV97.79121.91148.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.47%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=42.47%
G=28.43%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127858700.330.310.50357.1419.8141.57
Hex7F55570211F32165142a
Octal17712512704137625452452
Binary11111111010101101011101000011111111001010110010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,85,87); }

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

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

 a { background-color: rgb(127,85,87); }

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

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

 span { border-color: rgb(127,85,87); }

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