#7F474F

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

Shades of Solid Pink #7F474F

Tints of Solid Pink #7F474F

Color information

#7F474F (or 0x7F474F) is unknown color: approx Solid Pink. HEX triplet: 7F, 47 and 4F. RGB value is (127,71,79). Sum of RGB (Red+Green+Blue) = 127+71+79=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F474F is #80B8B0. Grayscale: #585858. Windows color (decimal): -8435889 or 5195647. OLE color: 5195647.

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

Color convert

RGB1277179-
CMYK00.440.380.50
HSL351.43º28.28%38.82%-
HSV(B)351.43º44.09%49.8%-
XYZ12.429.588.59-
YUV88.66122.55155.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.85%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=45.85%
G=25.63%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127717900.440.380.50351.4328.2838.82
Hex7F474F02C263215f1c27
Octal17710711705446625373447
Binary111111110001111001111010110010011011001010101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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