#7F4047

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

Shades of Solid Pink #7F4047

Tints of Solid Pink #7F4047

Color information

#7F4047 (or 0x7F4047) is unknown color: approx Solid Pink. HEX triplet: 7F, 40 and 47. RGB value is (127,64,71). Sum of RGB (Red+Green+Blue) = 127+64+71=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4047 is #80BFB8. Grayscale: #535353. Windows color (decimal): -8437689 or 4669567. OLE color: 4669567.

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

Color convert

RGB1276471-
CMYK00.500.440.50
HSL353.33º32.98%37.45%-
HSV(B)353.33º49.61%49.8%-
XYZ11.728.637.01-
YUV83.64120.87158.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=48.47%
G=24.43%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127647100.500.440.50353.3332.9837.45
Hex7F40470322C321612125
Octal17710010706254625414145
Binary1111111100000010001110110010101100110010101100001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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