#7F4647

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

Shades of Solid Pink #7F4647

Tints of Solid Pink #7F4647

Color information

#7F4647 (or 0x7F4647) is unknown color: approx Solid Pink. HEX triplet: 7F, 46 and 47. RGB value is (127,70,71). Sum of RGB (Red+Green+Blue) = 127+70+71=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4647 is #80B9B8. Grayscale: #575757. Windows color (decimal): -8436153 or 4671103. OLE color: 4671103.

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

Color convert

RGB1277071-
CMYK00.450.440.50
HSL358.95º28.93%38.63%-
HSV(B)358.95º44.88%49.8%-
XYZ12.089.357.13-
YUV87.16118.88156.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=47.39%
G=26.12%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127707100.450.440.50358.9528.9338.63
Hex7F464702D2C321671d27
Octal17710610705554625473547
Binary111111110001101000111010110110110011001010110011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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