#7F474D

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

Shades of Solid Pink #7F474D

Tints of Solid Pink #7F474D

Color information

#7F474D (or 0x7F474D) is unknown color: approx Solid Pink. HEX triplet: 7F, 47 and 4D. RGB value is (127,71,77). Sum of RGB (Red+Green+Blue) = 127+71+77=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 127 - color contains mainly: red. Hex color #7F474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F474D is #80B8B2. Grayscale: #585858. Windows color (decimal): -8435891 or 5064575. OLE color: 5064575.

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

Color convert

RGB1277177-
CMYK00.440.390.50
HSL353.57º28.28%38.82%-
HSV(B)353.57º44.09%49.8%-
XYZ12.359.558.21-
YUV88.43121.55155.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.18%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 77 (30.47% from 255) = 28%
R=46.18%
G=25.82%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127717700.440.390.50353.5728.2838.82
Hex7F474D02C27321621c27
Octal17710711505447625423447
Binary111111110001111001101010110010011111001010110001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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