#7F4749

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

Shades of Solid Pink #7F4749

Tints of Solid Pink #7F4749

Color information

#7F4749 (or 0x7F4749) is unknown color: approx Solid Pink. HEX triplet: 7F, 47 and 49. RGB value is (127,71,73). Sum of RGB (Red+Green+Blue) = 127+71+73=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4749 is #80B8B6. Grayscale: #585858. Windows color (decimal): -8435895 or 4802431. OLE color: 4802431.

HSL color Cylindrical-coordinate representation of color #7F4749: hue angle of 357.86º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F4749 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1277173-
CMYK00.440.430.50
HSL357.86º28.28%38.82%-
HSV(B)357.86º44.09%49.8%-
XYZ12.219.57.49-
YUV87.97119.55155.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.86%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=46.86%
G=26.20%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127717300.440.430.50357.8628.2838.82
Hex7F474902C2B321661c27
Octal17710711105453625463447
Binary111111110001111001001010110010101111001010110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,71,73); }

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

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

 a { background-color: rgb(127,71,73); }

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

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

 span { border-color: rgb(127,71,73); }

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