#7F474B

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

Shades of Solid Pink #7F474B

Tints of Solid Pink #7F474B

Color information

#7F474B (or 0x7F474B) is unknown color: approx Solid Pink. HEX triplet: 7F, 47 and 4B. RGB value is (127,71,75). Sum of RGB (Red+Green+Blue) = 127+71+75=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F474B is #80B8B4. Grayscale: #585858. Windows color (decimal): -8435893 or 4933503. OLE color: 4933503.

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

Color convert

RGB1277175-
CMYK00.440.410.50
HSL355.71º28.28%38.82%-
HSV(B)355.71º44.09%49.8%-
XYZ12.289.537.85-
YUV88.2120.55155.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=46.52%
G=26.01%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127717500.440.410.50355.7128.2838.82
Hex7F474B02C29321641c27
Octal17710711305451625443447
Binary111111110001111001011010110010100111001010110010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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